NUFFTとFFTのフィルタ処理のやり方が分かりません
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
>> Y = nufft(X,t/T);
n = length(t);
f = (0:n-1)/n*Fs;
plot(f,abs(Y))
xlabel("f (Hz)")
ylabel("abs(Y)(f)")
関数または変数 'X' が認識されません。1HzのデータをNUFFTとFFT処理したいです.
1 comentario
Respuestas (0)
Ver también
Categorías
Más información sobre フーリエ解析とフィルター処理 en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!