CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - matlab time frequency matlab

搜索资源列表

  1. matlab语言编写的小波变换的程序

    3下载:
  2. 这是一个用matlab语言编写的小波变换的程序,是时频分析的一种,可以在时域和频域内对信号进行分析。-using Matlab language of the wavelet transform procedure is time-frequency analysis of a kind in the time domain and frequency domain analysis of the signal.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-12
    • 文件大小:1.8mb
    • 提供者:赵扬
  1. matlab

    3下载:
  2. 基于matlab的时频率分析工具箱,包括了小波变换,WVD,SPWVD等等好多的时频分析方法-Matlab-based time-frequency analysis toolbox, including a wavelet transform, WVD, SPWVD so many time-frequency analysis method
  3. 所属分类:Special Effects

    • 发布日期:2016-06-17
    • 文件大小:5.92mb
    • 提供者:lxg
  1. FIR

    1下载:
  2. 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:36.67kb
    • 提供者:李文
  1. cwstft

    1下载:
  2. Produce lfm,tfm,sfm,pfm,bpsk,qpsk cw ledai signal .Use short-time Fourier transform arrive at the instantaneous frequency.-Produce lfm, tfm, sfm, pfm, bpsk, qpsk cw ledai signal. Use short-time Fourier transform arrive at the instantaneous frequency.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5.9kb
    • 提供者:顾冬梅
  1. Matlab_toolbox_for_analysis_of_time_frequency

    0下载:
  2. Matlab时频分析工具 matlab没有直接的时频分析工具,这个工具箱可以很好的解决这个问题-Matlab time-frequency analysis tool matlab no direct time-frequency analysis tools, the toolbox can be good to solve this problem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.17kb
    • 提供者:陈蕴谷
  1. chirplet_analasis

    3下载:
  2. 一种自适应chirplet分解的快速算法 针对信号自适应chirplet分解未知参数多、实现起来比较困难的特点,文献[1]提出了一种新的chirplet分解快速算法。该算法利用计算信号的二次相位函数,得到其能量分布集中于信号的调频率曲线上的结论,此时通过谱峰检测可同时获得chirplet调频率、时间中心和幅度的估计;然后通过解线性调频技术获得其初始频率和宽度的估计,仿真结果验证了本文算法的有效性。 -Chirplet an adaptive decomposition al
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:78.98kb
    • 提供者:nanzhewan
  1. CWsinal

    3下载:
  2. matlab绘制CW信号的时域波形,同时对信号进行频谱分析,并考察采样频率以及信噪比对频谱分析的影响。-matlab draw CW signal time-domain waveform, and spectral analysis of signals and the sampling frequency and signal to noise ratio study of the impact of spectrum analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2.87kb
    • 提供者:holy0615
  1. LPM

    2下载:
  2. 用matlab绘制线性调频信号的时域波形,同时对信号进行频谱分析,并考察采样频率以及信噪比对频谱分析的影响。-Matlab drawing with linear frequency modulation signal time-domain waveform, and spectral analysis of signals and the sampling frequency and signal to noise ratio study of the impact of spectrum
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-17
    • 文件大小:2.96kb
    • 提供者:holy0615
  1. estimate

    1下载:
  2. 对清晰图像加模糊并用时域和频域的方法分别实现对模糊参数的估计并将图像复原(其中用频域的方法实现对模糊角度的估计)-Clear picture of the additive fuzzy and time-domain and frequency domain methods, respectively, to achieve the estimated fuzzy parameters and image restoration (including the method used to ach
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:台啸
  1. dishizhang

    0下载:
  2. MATLAB时频分析技术及其应用 -MATLAB time-frequency analysis technology and its applicationsMATLAB time-frequency analysis technology and its applications
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:4.98kb
    • 提供者:王浩
  1. TwoDimensionalFastFourierTransform

    0下载:
  2. 本实验要求开发一个2-D FFT程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-D F
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:139.49kb
    • 提供者:jhm
  1. xiaobofenjie

    0下载:
  2. matlab小波分解信号的几个源程序,包括小波分解,时频转换一级功率谱分析-Matlab wavelet decomposition of the signal source program, including several wavelet decomposition, time-frequency transition level 1 power spectrum analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:5.58kb
    • 提供者:李坤
  1. FLch6eg1

    0下载:
  2. 小波算法,在计算式,通过图像对其进行分析估计,可以直观的看到它对函数的时域和频域的改变-Wavelet algorithm, calculation, estimated by image analysis of them, you can visually see that it functions in time domain and frequency domain changes using the compression miu worth PSO
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:7.73kb
    • 提供者:焦云雪
  1. matlab-image-processing

    0下载:
  2. 图像处理的各种基础变化,包括频域,时域的,适合基础自学。包括测试的图像。-A variety of image processing base changes, including the frequency domain, time domain, for the basis of self-study. Including images of the test.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.08mb
    • 提供者:吴聪
  1. TFA

    0下载:
  2. 基于MATLAB的时频分析工具包,内含各种分析方法对应的matlab程序代码- It s a time-frequency analysis kit Based on the MATLAB, containing all kinds of analysis method of the corresponding MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:2.26mb
    • 提供者:Temur
  1. matlab小波分解时频分析

    8下载:
  2. 传统的傅立叶变化只能分析时域、频域图,而小波变化能进行时频分析,对信号进行更好的处理。(The traditional Fourier transform can only analyze the time domain and frequency domain diagram, while the wavelet transform can carry on the time-frequency analysis and better deal with the signal.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:10kb
    • 提供者:又一
  1. view

    0下载:
  2. Matlab time-frequency analysis supporting the source code of chapter 12, please share
  3. 所属分类:图形图像处理

    • 发布日期:
    • 文件大小:1kb
    • 提供者:msmoqy
  1. 155323

    0下载:
  2. matlab时频分析配套源码第13章的程序,请大家共享(Matlab time-frequency analysis of the supporting source code chapter 13, please share)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:2kb
    • 提供者:MC!433
  1. ym123

    0下载:
  2. For time-frequency analysis algorithm, It can be directly calculated multi-fractal spectrum, Add noise processing.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:148kb
    • 提供者:薛伟春
  1. btdcw

    0下载:
  2. Rapid expansion of random spanning tree algorithm, For time-frequency analysis algorithm, Realization of 10 digital audio recognition progra.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:146kb
    • 提供者:张来峰
« 12 »
搜珍网 www.dssz.com