热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

[英语阅读]为什么脑海里总响着那首歌

你有没有过这样的经历:上班的时候、吃饭的时候、去车库的时候……脑子里总有一首你最近常听的歌曲不断回放,你停不下来,没法不去想它࿰

你有没有过这样的经历:上班的时候、吃饭的时候、去车库的时候……脑子里总有一首你最近常听的歌曲不断回放,你停不下来,没法不去想它,甚至在开会时不小心哼唱出来。到底是什么在作怪让我们摆脱不掉它呢?


Why do songs get inextricably stuck in our heads? Experts say the culprits are earworms. No, they're not parasites(寄生虫) that crawl into your ear and lay musical eggs in your brain, but they are parasitic in the sense that they get lodged in your head and cause a sort of "cognitive itch" or "brain itch" -- a need for the brain to fill in the gaps in a song's rhythm.

When we listen to a song, it triggers a part of the brain called the auditory cortex(听觉皮层). Researchers at Dartmouth University found that when they played part of a familiar song to research subjects, the participants' auditory cortex automatically filled in the rest -- in other words, their brains kept "singing" long after the song had ended. The only way to "scratch" brain itch is to repeat the song over and over in your mind. Unfortunately, like with mosquito bites, the more you scratch the more you itch, and so on until you're stuck in an unending song cycle.

There are many other theories about why songs get stuck in our heads. Some researchers say stuck songs are like thoughts we're trying to suppress. The harder we try not to think about them, the more we can't help it. Other experts claim that earworms are simply a way to keep the brain busy when it's idling. Just as there are many theories, there are many names for the phenomenon. It's been called everything from "repetunitis" to "melodymania."

James Kellaris, a marketing professor at the University of Cincinnati College of Business Administration, has done research on earworms and brain itch, and he's found that as many as 99 percent of us have fallen prey to them at one time or another. Kellaris says women, musicians and people who are neurotic, tired or stressed are most prone to earworm attacks. With musicians, it makes sense because they're listening to music continuously, but Kellaris isn't sure why women are more susceptible to earworms.

Researchers also aren't sure why some songs are more likely to get stuck in our heads than others, but everyone has their own tunes that drive them crazy. Often the songs have a simple, upbeat melody; catchy, repetitive lyrics; and a surprise such as an extra beat or unusual rhythm -- the same factors that made the songs or jingles popular in the first place (like the Chili's, "I want my baby back baby back baby back ribs" jingle, which made Kellaris' list of the most insidiously "stuck" songs).

Don't worry if you keep getting songs stuck in your head -- it doesn't mean there's anything wrong with you. However, if you actually hear music that isn't there, see a psychologist or other mental health professional. It could be a sign of endomusia -- an obsessive condition in which people hear music that isn't really playing.


推荐阅读
  • 我在尝试将组合框转换为具有自动完成功能时遇到了一个问题,即页面上的列表框也被转换成了自动完成下拉框,而不是保持原有的多选列表框形式。 ... [详细]
  • 解决Expo XDE 2.22.1版本启动错误
    根据问题描述,用户在将Expo升级至2.22.1版本后,在尝试打开项目时遇到了错误。本文提供了详细的错误分析及解决方案。 ... [详细]
  • HDU 2537 键盘输入处理
    题目描述了一个名叫Pirates的男孩想要开发一款键盘输入软件,遇到了大小写字母判断的问题。本文提供了该问题的解决方案及实现方法。 ... [详细]
  • 2023年1月28日网络安全热点
    涵盖最新的网络安全动态,包括OpenSSH和WordPress的安全更新、VirtualBox提权漏洞、以及谷歌推出的新证书验证机制等内容。 ... [详细]
  • 本文详细介绍了如何在PHP中使用Memcached进行数据缓存,包括服务器连接、数据操作、高级功能等。 ... [详细]
  • STM32代码编写STM32端不需要写关于连接MQTT服务器的代码,连接的工作交给ESP8266来做,STM32只需要通过串口接收和发送数据,间接的与服务器交互。串口三配置串口一已 ... [详细]
  • 一、使用Microsoft.Office.Interop.Excel.DLL需要安装Office代码如下:2publicstaticboolExportExcel(S ... [详细]
  • 本文分享了作者在使用LaTeX过程中的几点心得,涵盖了从文档编辑、代码高亮、图形绘制到3D模型展示等多个方面的内容。适合希望深入了解LaTeX高级功能的用户。 ... [详细]
  • 本文详细介绍如何在SSM(Spring + Spring MVC + MyBatis)框架中实现分页功能。包括分页的基本概念、数据准备、前端分页栏的设计与实现、后端分页逻辑的编写以及最终的测试步骤。 ... [详细]
  • 本文探讨了互联网服务提供商(ISP)如何可能篡改或插入用户请求的数据流,并提供了有效的技术手段来防止此类劫持行为,确保网络环境的安全与纯净。 ... [详细]
  • 本文基于Java官方文档进行了适当修改,旨在介绍如何实现一个能够同时处理多个客户端请求的服务端程序。在前文中,我们探讨了单客户端访问的服务端实现,而本篇将深入讲解多客户端环境下的服务端设计与实现。 ... [详细]
  • ArcBlock 发布 ABT 节点 1.0.31 版本更新
    2020年11月9日,ArcBlock 区块链基础平台发布了 ABT 节点开发平台的1.0.31版本更新,此次更新带来了多项功能增强与性能优化。 ... [详细]
  • 预备知识可参考我整理的博客Windows编程之线程:https:www.cnblogs.comZhuSenlinp16662075.htmlWindows编程之线程同步:https ... [详细]
  • button进阶1.等级3的时候学习了用Grid(网格)布局排列。这次是button背景的引用学习圆角button。我发现学代码难的原因就是英语不好不懂什么意思。设置focysable属性为 ... [详细]
  • 小编这次要给大家分享的是详解Python定时任务APScheduler,文章内容丰富,感兴趣的小伙伴可以来了解一下,希望大家阅读完这篇文章之后能够有所收获 ... [详细]
author-avatar
朱仔happy
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有