• 大小: 663B
    文件类型: .m
    金币: 2
    下载: 1 次
    发布日期: 2021-09-26
  • 语言: Matlab
  • 标签: FFT  MATLAB  源代码  

资源简介

实现对离散数据的快速傅里叶分析,比MATLAB自带的FFT分析工具方便灵活。

资源截图

代码片段和文件信息

% function [Xfreq]=positiveFFT(xFs)
% N=length(x); %get the number of points
% k=0:N-1;     %create a vector from 0 to N-1
% T=N/Fs;      %get the frequency interval
% freq=k/T;    %create the frequency range

% X=fft(x)/N; % normalize the data

% %only want the first half of the FFT since it is redundant
% cutOff

评论

共有 条评论