Effacer les filtres
Effacer les filtres

How to plot fft for following code?

2 vues (au cours des 30 derniers jours)
Yasir Ali
Yasir Ali le 3 Mar 2019
hello experts can any one tell me how to plot fft / frequency response for following code / wav file ??
[y,fs]= audioread ('filename');
t0= 0.5;
n=round(t0*fs);
t=linspace (0,t0,n);
data=y(1:n,1);
plot (t,data)

Réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by