필터 지우기
필터 지우기

Given an array of data, is it necessary to use FFT to get the amplitude?

조회 수: 1 (최근 30일)
Hello all, I am given an array of data, first column represents the time data and the second represents a sin wave date (using the time data). I need to find the amplitude of the signal, do I need FFT for this? (I would know how to do it, i m just not sure if i need it), or shall I just use amp = sort(abs(2nd column of my array)
I am using Matlab here. Thank you.

채택된 답변

Iain
Iain 2013년 6월 24일
Try plotting it and seeing what that tells you...
(max(2nd column) - min(2nd column))/2 might make most sense ;)

추가 답변 (0개)

카테고리

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