搜索资源列表

  1. gonglvpu

    0下载:
  2. 函数fft1用经典方法计算信号的功率谱;hanshu.m中用welch方法计算功率谱,并选择不同的窗函数进行了对比;yali.m中用music法对接触压力数据进行功率谱分析-Calculated using the classical method function fft1 power spectrum of the signal hanshu.m using the welch methods calculate the powe
  3. 所属分类:DSP编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:蒲草如丝
  1. work

    0下载:
  2. 各种功率谱估计的源程序,有经典法中的间接法,welch法,现代谱估计中的levinson法,burg法,以及特征分解music法,可以得到仿真结果,自己为论文准备的希望对大家有所帮助-The source of a variety of power spectrum estimation, the indirect method in the classical method, Welch method spectrum estimat
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:78848
    • 提供者:dajiang
  1. spectrum-estimation

    0下载:
  2. 多种经典谱估计的方法,直接法谱估计,间接法谱估计,Bartlett谱估计,welch谱估计(含多种窗口的实现)。-A variety of classical spectral estimation method, direct method spectrum estimation, spectral estimates of the indirect method, Bartlett spectrum estimation, Welc
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:曾柯益
  1. MPERPSD

    0下载:
  2. c语言环境下用Welch平均法对信号 作功率谱估计-c language environment with Welch averaging method for power spectrum estimation of signals
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:xuzhenfei
  1. Power_Spectrum_estimation

    0下载:
  2. 经典功率谱估计方法——直接法和间接法,以及改进的经典功率谱估计方法-Welch法-Classic power spectral estimation methods- direct and indirect methods, as well as improvements to the classic power-Welch method of spectral estimation method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:钟福贵
  1. classic-power-spectral--

    0下载:
  2. 包括各种经典功率谱估计方法,如welch、周期图等-Including a variety of classic power spectral estimation methods, such as welch, cycle maps
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王春晖
  1. xiaobowelch

    0下载:
  2. 用小波分解和重构提取信号节律,并用welch法计算各节律功率谱进行比较-Signal extraction using wavelet decomposition and reconstruction rhythm, and rhythm power spectrum is compared welch method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:gongping
  1. welch

    0下载:
  2. 用matlab对信号消噪,用小波提取信号节律并计算功率谱-Signal extraction using matlab signal denoising using wavelet rhythm and calculate the power spectrum
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:gongping
  1. ECandEO

    0下载:
  2. 睁闭眼信号的处理,welch方法和功率谱-Open eyes closed eyes signal processing, welch method and power spectrum
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:jane
  1. AR-model-power-spectrum-estimation

    0下载:
  2. 功率谱估计性能分析及其MATLAB实现,间接法、直接法、改进的周期图法Welch法、Bartlett法 -Power spectrum estimation performance analysis on MATLAB, the indirect method, direct method, improved periodogram the Welch Law, Bartlett method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:354304
    • 提供者:zhaoyun
  1. classicalspectrum

    0下载:
  2. 使用matlab实现经典功率谱估计,包括周期图法,Bartlett法,Welch法。机器比较(使用MATLAB函数)-Classical Power Spectrum Estimation using matlab functions, including periodogram method,Bartlett method Welch mehod.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Li Bo
  1. gonglvpuguji

    0下载:
  2. 实现经典功率谱估计,带详细的解释包含不同函数下BT法,周期图法,Bartlett法和Welch法,只含一个主文件,清晰易懂-Classic power spectral estimation, containing only a master file contains different functions under the BT method, periodogram, Bartlett law and Welch method,
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:宋阳
  1. PSD

    1下载:
  2. 几种经典的功率谱算法,包括BT法,周期法,welch法,Barttlet法。-some classical alagroam about power-estimation such as BT,period,welch,Barttlet
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:林铭团
  1. Hidden-Markov-algorithm

    1下载:
  2. 隐马尔可夫算法的实现,其中包括前向算法,后向算法,Viterbi算法,Baum-Welch算法-Hidden Markov algorithm, including backward algorithm, Viterbi algorithm, Baum-Welch algorithm to the algorithm,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jjy
  1. power_estimate

    0下载:
  2. 本程序按照胡广书《现代数字信号处理》书中的谱估计的内容仿真了各种经典谱估计方法以及现代谱估计方法(周期图法、BT法、welch法、自相关法、修正的协方差法、burg法),因为是课程作业,因此逻辑上写得十分简洁,适合初学者参考。-The program in accordance with the Hu-book of modern digital signal processing book spectral estimation si
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:宋聃
  1. BWDOHMM

    0下载:
  2. 標準Baum-Welch演算法之離散觀察HMM模型(基礎版本)-Implements the standard Baum-Welch (any-path) algorithm for discrete-observation HMMs.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:A.L.
  1. weq

    0下载:
  2. 很好的一本前美国通用电气关于 首席执行官 杰克韦尔奇的 传记-Good one former General Electric CEO Jack Welch' s Biography
  3. 所属分类:成功激励

    • 发布日期:2024-05-10
    • 文件大小:728064
    • 提供者:teng
  1. welch

    0下载:
  2. 基于MATLAB的心音信号的特征提取研究与实现-Research and Implementation characteristics extracted heart sound signal based on MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:晓丽
  1. PSD-plot

    0下载:
  2. Welch功率谱密度是用改进的平均周期图法来求取随机信号的功率谱密度估计值。Welch法采用信号重叠分段、加窗函数和FFT算法等计算一个信号序列的自功率谱估计(PSD如上例中的下半部分的求法)和两个信号序列的互功率谱估计(CSD)。MATLAB信号处理工具箱函数提供了专门的函数PSD和CSD自动实现Welch法估计,而不需要自己编程。-method of power spectral density plot
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:LinkedBox
  1. lzw

    0下载:
  2. LZW(Lempel Ziv Welch)压缩编码是一种先进的数据压缩技术,属于无损压缩编码,该编码主要用于图像数据的压缩。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。-lzw compression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-10
    • 文件大小:754688
    • 提供者:宁有名
« 1 2 3 4 5 6 7 89 10 11 12 »

源码中国 www.ymcn.org