请输入您要查询的百科知识:

 

词条 Constant spectrum melody
释义

  1. MATLAB/Scilab/Octave code

  2. References

  3. See also

{{Technical|date=April 2014}}

A constant timbre at a constant pitch is characterized by a spectrum.

Along a piece of music, the spectrum measured within a narrow time window varies with the melody and the possible effects of instruments.

Therefore, it may seem paradoxical that a constant spectrum can be perceived as a melody rather than a stamp.

The paradox[1] is that the ear is not an abstract spectrograph: it "calculates" the Fourier transform of the sound signal in a narrow time window, but the slower variations are seen as temporal evolution and not as pitch.

However, the example of paradoxical melody above contains no infrasound (i.e. pure tone of period slower than the time window).

The second paradox is that when two pitches are very close, they create a beat. If the period of this beat is longer than the integration window, it is seen as a sinusoidal variation in the average rating: sin(2π(f+ε)t) + sin(2π(f-ε)t) = sin(2πft)cos(2πεt), where 1/ε is the slow period.

The present spectrum is made of multiple frequencies beating together, resulting in a superimposition of various pitches fading in and out at different moments and pace, thus forming the melody.

MATLAB/Scilab/Octave code

Here is the program used to generate the paradoxical melody:

 n=10; length=20; harmon=10; df=0.1;  t=(1:length*44100)/44100;  y=0;  for i = 0:n,    for j = 1:harmon,      y=y+sin(2*3.1415927*(55+i*df)*j*t);    end;  end; sound(y/(n*harmon),44100);

420

References

1. ^A. Chaigne (1988), “Psychoacoustique”, ENST, 114 pages.

See also

{{Portal|Psychology|Physics|Music}}
  • Shepard-Risset tone, forever increasing pitch
  • {{File:Risset_accelerando_beat1_MCLD.ogg|title:Risset's rhythmic effect}}: forever accelerating beat
  • Spectral music
  • Auditory illusion
  • Musical acoustics
{{Auditory illusions}}

3 : Perception|Sound|Melody

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/20 6:03:39