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!