FFT_list.m

Performs a FFT analysis for a signal and lists the magnitudes and phase values.
1.6K 次下载
更新时间 2014/6/2

查看许可证

The original fftscope in simpower systems limits the usage to analyse the signals apart from simulink scopedata format.
This functions enables converts the signal structures into a power_fftscope format and performs fft analysis.
The function essentially a wrap around of power_fftscope which calculates the magnitude ,phase details of harmonic components of a given signal. Could be handy to analyse the electrical waveforms. (eg voltage, current)
Input method:
fft_list(data,time)
Where data & time are raw matrix in same length.
eg: fft_list(x,t,'f',50)
use help command for more information.
help fft_list

Note: Simpowersystems toolbox is necessary to run this function. Hence the first run might take few seconds to load up, but consequent runs are normal.

引用格式

Rashmil Dahanayake (2024). FFT_list.m (https://www.mathworks.com/matlabcentral/fileexchange/46803-fft_list-m), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0