FourierTransform.m

Complex Fourier Transform of a real time series. From zero to Nyquist frequency.
다운로드 수: 11.1K
업데이트 날짜: 2016/5/4

라이선스 보기

[rC,iC,Fn] = FOURIERTRANSFORM(X,dT) gives the components of the complex Fourier transform, complex(rC,iC), of the real time series X taken at the sampling interval dT (optional) via FFT.
Fn are the respective Fourier frequencies, from zero to Nyquist. This is one of the purposes of this simple program: only positive frequencies.

The other purpose is for the user to see how to get the same result via complex exponentials or Fourier trigonometric series (sines and cosines), although this methods are slower than the FFT.

The M-file comes with the example of the screenshot.

See also INVERSEFOURIERTRANSFORM.M:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13328

인용 양식

Carlos Adrian Vargas Aguilera (2024). FourierTransform.m (https://www.mathworks.com/matlabcentral/fileexchange/13327-fouriertransform-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기
도움

줌: FourierTransform2.m

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Little changes on the submit and the help.
BSD License