FFT computation for a sampled data output

조회 수: 1 (최근 30일)
amjad baig
amjad baig 2018년 9월 1일
답변: Yuvaraj Venkataswamy 2018년 9월 1일
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.

답변 (1개)

Yuvaraj Venkataswamy
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

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by