https://jp.mathworks.com/help/matlab/examples/using-fft.html
Afficher commentaires plus anciens
サンプルについての質問なんですが、
1.関数 fft を使用して、チューリッヒ データのフーリエ変換を行うときに、データの和が保存されている、出力の最初の要素を削除していますが、実際に他のデータでFFTをかける場合にも最初のデータには和が保存されているのでしょうか。 y = fft(relNums); y(1) = [];
2.以下の文章とソースの関係で質問なんですが、
2.1 より意味のある係数の尺度は振幅の二乗です。これはべき乗の尺度です。 これは、以下に該当する認識ですが正しいでしょうか。 power = abs(y).^2
2.2 係数の半分は振幅内で繰り返されるため、係数の半分のべき乗を計算するだけで済みます。 これは、以下に該当する認識ですが正しいでしょうか。 n/2
2.3 以下がどこからどういった経緯で出てきたのか教えていただけないでしょうか。 maxfreq = 1/2; % maximum frequency
2 commentaires
Rik
le 21 Mar 2017
I would recommend that you translate your question to English. Google Translate doesn't work well enough so I can help you.
FUJITA HIROYASU
le 22 Mar 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Model Identification dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!