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

15 visualizzazioni (ultimi 30 giorni)
富田
富田 il 1 Ott 2025 alle 2:04
Commentato: Naoya il 5 Ott 2025 alle 23:04
>> 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 Commento
Naoya
Naoya il 5 Ott 2025 alle 23:04
nufft コマンド実行前に 変数X は定義されていますでしょうか?
>> whos
で X が定義されているかご確認ください。

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su フーリエ解析とフィルター処理 in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!