资源简介
FFT瀑布图,即在普通fft基础上增添了时间或转速轴。
代码片段和文件信息
% 该程序是个绘制三维图的一个demo主要实现的功能是将一大段数据分割成M块,可以对这个小块数据进行分析处理(例如
% 频谱分析等等),然后分段显示出来。这样可以用于处理切削细长杆时的长段数据。
function [absXf]=fft_plot3(xFs)
clc
clear all
L=length(x);
NFFT = 2^nextpow2(L); % Next power of 2 from length of x
N=1024;
f=Fs/2*linspace(01N/2);
M=NFFT/N;
m=zeros(Mlength(f));
- 上一篇:直接序列扩频通信系统的建模及其性能仿真
- 下一篇:nutall窗加窗插值算法
相关资源
- Pattern Recognition and Machine Learning(高清
- 均值滤波和FFT频谱分析Matlab代码
- fft ip core使用
- OFDM_and_MC-CDMA_for_Broadband_Multi-User_Comm
- 采用FFT方法实现数字接收多波束
- matlab分析谐波
- matlab.m 获取wav文件基频 mel倒谱 ff
- 功率谱MATLAB程序
- 轴承故障诊断matlab代码四种方法
- 2维FFT的FPGA实现
- Intelligent Control Design and MATLAB Simulati
- Model Predictive Control System Design and Imp
- 基于MATLAB面部的人数统计系统[戴口罩
- The Finite Element Method for Thermal and Stre
- Kalman Filtering - Theory and Practice Using M
- Random Walks 标准程序,MATLAB程序,调试
- MATLAB Deep Learning: With Machine Learning Ne
- Random Walk Model Matlab源代码
- 语音信号子带编码matlab程序subband_co
- Robotics Modelling Planning and Control
- 基2和基4矩阵分解的推导以及对应FF
- mp3read and mp3write 完整打包
- DTFT、DFT、FFT原理及编程
- Computational Statistics Handbook with MATLAB统
- Clustering by fast search and find of density
- Deblurring Images Matrices Spectra and Filteri
- FFT.DFT.DTFT在matlab中的仿真
- radarsignalanalysisandprocessingusingmatlab.pd
- Understanding LTE with MATLAB(电子书及ma
- matlab实现FFT频谱分析仪(GUI)以及滤
评论
共有 条评论