Should I shift my fft function?
古いコメントを表示
Good afternoon,
I'm trying to take the fourier transform of a recorded file. Do i need to apply the function shiftfft to the signal? If so, how do I plot the signal correctly and how do I read the graph?
%Read Voice
[y,fs] = audioread('Testing.m4a');
fourier_shift = abs(fftshift(fft(y)));
plot(fourier_shift)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Discrete Fourier and Cosine Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!