我需要在 sinus 上使用 FFT 函数。
这是我的窦功能:
octave:1> t=(0:1/16000:1);
octave:2> A=2;
octave:3> x=A*sin(2*pi*80*t);
这就是我尝试制作fft的方式:
octave:60> l=length(x);
octave:61> k=fft(x,l);
它让我三角哈哈..我怎么能正确地做到这一点?
@edit screen,它看起来不错吗?我可以以某种方式改进它吗?
@edit2 我可以改进它,让它看起来更好吗?