FFT computation for a sampled data output

1 vue (au cours des 30 derniers jours)
amjad baig
amjad baig le 1 Sep 2018
I have to perform the FFT computation for the xadc data captured in .csv file Iam getting errors while writing program couldnt rectify it please do let me know where iam making mistake.Below is the attached one of .csv file and error in programming.

Réponses (1)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy le 1 Sep 2018
The function that you are used for loading .csv file is incorrect. please use below line.
if true
x = readtable('sin10khznew.csv');
end

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by