필터 지우기
필터 지우기

I have a .CSV file having time domain signal data . But I want to plot it in frequency domain. How to do that using MATLAB ?

조회 수: 10 (최근 30일)
I have a .CSV file having time domain signal data . But I want to plot it in frequency domain. How to do that using MATLAB ?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 7월 15일
csvread() the file. Then follow the first example in the fft() documentation, as it shows how to construct the plot labels.
You will need to know what the sampling frequency of the signal is.
  댓글 수: 3
Yogesh Nadarge
Yogesh Nadarge 2020년 7월 28일
Hi,
I am attaching my .csv file which is having time data (in microseconds)in first column & amplitude data in second column. Can anybody help me to plot a frequency spectrum of this data. Your help will be much appreciated as I am new to FFT.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by