FFT computation for a sampled data output
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Yuvaraj Venkataswamy
2018 年 9 月 1 日
The function that you are used for loading .csv file is incorrect. please use below line.
if true
x = readtable('sin10khznew.csv');
end
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!