詳しくはWikipedia「折り返し雑音」を参照。 fS=1.0で正弦曲線をサンプリングするとき、Nを整数とすると fimage(N)=|f - N・fS)| fimage(0)=|0.95-0.0| = 0.95 fimage(1)=|0.95-1.0| = 0.05 fimage(2)=|0.95-2.0| = 1.05 fimage(3)=|0.95-3.0| = 2.05 ・・・ のように表される周波数fimage(N)の全ての正弦曲線は、それぞれの標本と区別できない。 ※fimage(0)だけグラフを逆位相で表示している。(-fの周波数の正弦曲線とfの周波数の正弦曲線の形を区別する方法はない) ※全画面表示推奨 ※即興で作ったので間違いがあるかもしれません。
set title = 折り返し雑音
set xrange = [0:10]
plot sin(2*PI*0.95*x)*-1
plot sin(2*PI*0.05*x)
plot sin(2*PI*1.05*x)
plot sin(2*PI*2.05*x)
Please input to the following forms and push the button.Bold-face is indispensable.