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://jp.mathworks.com/matlabcentral/fileexchange/15778-frequency-plotting), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersSpectral Measurements についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0