NUFFTとFFTの​フィルタ処理のやり方​が分かりません

1 vue (au cours des 30 derniers jours)
富田
富田 le 1 Oct 2025
Commenté : Naoya le 5 Oct 2025
>> 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 commentaire
Naoya
Naoya le 5 Oct 2025
nufft コマンド実行前に 変数X は定義されていますでしょうか?
>> whos
で X が定義されているかご確認ください。

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur フーリエ解析とフィルター処理 dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!