Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Fév 2021
Modifié(e) : KALYAN ACHARJYA le 5 Fév 2021

0 votes

data_mat=load('filename.mat');
fft_result=fft(data_mat)
Please carefully check the size and details of the loaded mat file.
See the Matlab Doc FFT function here
Plot, hope you can do that
If variable are 1 D
Use plot()
2D Variable See the surf function
There are multiple ways of data visualization (plot function), check the dimentions of the plot variables and plot accordingly as per your requirement.

2 commentaires

sri ram
sri ram le 5 Fév 2021
Modifié(e) : sri ram le 5 Fév 2021
the resultant fft for M1.mat has Naan+Naani as elements. Why is that?
KALYAN ACHARJYA
KALYAN ACHARJYA le 11 Fév 2021

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange

Question posée :

le 5 Fév 2021

Commenté :

le 11 Fév 2021

Community Treasure Hunt

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

Start Hunting!

Translated by