Frequency Plotting

convenient way to plot frequency content

您现在正在关注此提交

==========================================================================
% THIS FUNCTION PLOTS FFT OF THE SIGNAL
% INPUT TO THE FUNCTION IS
%
%userfft(input, sampling frequency, waveform, psd)
%
% input -> Input waveform
%
% sampling frequency -> Sampling frequency
%
% waveform -> 'real' refers to real baseband signals
% plots only half the fft output
% -> 'complex' refers to complex baseband signals
% plots complete spectrum
% -> 'bandpass'
% psd -> 'unbaised' refers to the fact that fft./length(input)
% -> 'normalised' refers to fft./max(fft)
% -> '' plots fft
%
%
% AUTHOR: ABHI
% CAIRN, WPI
% =========================================================================

引用格式

Abhijit Navalekar (2026). Frequency Plotting (https://ww2.mathworks.cn/matlabcentral/fileexchange/15778-frequency-plotting), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0