https://jp.mathworks.com/help/matlab/examples/using-fft.html
Mostrar comentarios más antiguos
サンプルについての質問なんですが、
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 comentarios
Rik
el 21 de Mzo. de 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
el 22 de Mzo. de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Linear Model Identification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!