CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Welch法

搜索资源列表

  1. FFTpowerspectrumandtheestimated

    0下载:
  2. 用Fourier变换求取信号的功率谱---周期图法 用Fourier变换求取信号的功率谱---分段周期图法 用Fourier变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(multitaper method ,MTM法) 功率谱估计----最大熵法(maxmum entmpy method,MEM法) 功率谱估计----多信号分类法(multiple signal classification,music法)Fourier transform to st
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:walkinghill
  1. welch_mtm.rar

    1下载:
  2. 使用MATLAB编程,示意随机信号功率谱估计算法中的welch算法和Thomson多窗估计法MTM在估计随机信号功率谱时,参数改变对频谱图的影响。,This program indicate random signal power spectrum estimation using Welch algorithm and Thomson MTM estimation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:852
    • 提供者:李鹏
  1. chap08

    0下载:
  2. ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:7543
    • 提供者:张满超
  1. pu

    1下载:
  2. 用WELCH周期图法计算功率谱的详细源码,子程序包括FFT算法-WELCH periodogram method with the power spectrum of the detailed source code, routines, including FFT algorithm
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:244847
    • 提供者:hehe
  1. capon

    0下载:
  2. 实验目的: 研究上课所讲谱分析方法,利用实验验证书中的结论,掌握各种谱分析方法,学会实验设计和实验结果分析。 实验内容: 所应用到的谱分析方法,包括: 1) 非参数化方法:周期图(直接法)、BT法(间接法),Welch平均周期图法 2) 参数化方法: RELAX、Capon 3) 空间谱估计:常见的DOA方法(Capon) -Experimental Objective: To study methods of spectral analysis class talk
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:582
    • 提供者:王凯
  1. clean

    0下载:
  2. 研究上课所讲谱分析方法,利用实验验证书中的结论,掌握各种谱分析方法,学会实验设计和实验结果分析。 所应用到的谱分析方法,包括: 1) 非参数化方法:周期图(直接法)、BT法(间接法),Welch平均周期图法 2) 参数化方法: RELAX、Capon 3) 空间谱估计:常见的DOA方法(Capon) -Experimental Objective: To study methods of spectral analysis class talking about the us
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:864
    • 提供者:王凯
  1. relax

    1下载:
  2. 研究上课所讲谱分析方法,利用实验验证书中的结论,掌握各种谱分析方法,学会实验设计和实验结果分析。 实验内容: 所应用到的谱分析方法,包括: 1) 非参数化方法:周期图(直接法)、BT法(间接法),Welch平均周期图法 2) 参数化方法: RELAX、Capon 3) 空间谱估计:常见的DOA方法(Capon) -Experimental Objective: To study methods of spectral analysis class talking abou
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:831
    • 提供者:王凯
  1. diff_all_method

    0下载:
  2. 功率谱估计方法比较,方法包括:自相关法、加窗平滑法、平均周期图法、Welch-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1243
    • 提供者:阿毅
  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 power spectrum, and select a diffe
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:1079
    • 提供者:蒲草如丝
  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, Welch spectrum estimation (includi
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5942
    • 提供者:曾柯益
  1. gonglvpu

    0下载:
  2. 随机信号实验,对信号进行功率谱估计,共有五种方法:BT法、周期图法、窗函数法、平均法、Welch法-Random test signal, the signal power spectrum estimation, a total of five methods: BT method, periodogram, window function method, average method, Welch method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1383
    • 提供者:lixz
  1. W_pu

    0下载:
  2. matlab实现信号仿真,周期图法谱估计,bartlett法谱估计改进,welch法谱估计改进-matlab achieve signal simulation, periodogram spectral estimation, bartlett improved spectral estimation method, welch spectrum estimation method improved
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:820
    • 提供者:liuliwei
  1. P84li3.1

    0下载:
  2. 通过给出的随机过程,该随机过程是由3个实正弦信号组成,归一化频率分别为0.1,0.25,0.27,其中相位是相互独立在【0,2*pi】上分布的随机相位;噪声是均值为0、方差为1的实高斯白噪声,信噪比为30db,30db,27db,观测样本数为N,通过bartlett法,Welch法,周期图法计算随机过程的概率谱-Given by stochastic process, the stochastic process is composed of three real sine signal, th
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:357878
    • 提供者:陆小丹
  1. MPERPSD

    1下载:
  2. 用Welch平均法对信号 作功率谱估计.welch法又称之为加权交叠平均法。是一种经典的功率谱估计方法。-By Welch method to estimate the power spectrum signal .welch method is also known as the weighted average method overlap. It is a classic power spectrum estimation method.
  3. 所属分类:Audio program

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:zh
  1. power-spectrum-estimation-(matlab)

    0下载:
  2. 基于matlab的功率谱估计实验,对比分析了功率谱估计的相关法、周期图法和welch法-Matlab based power spectrum estimation experiments, comparative analysis of power spectral estimation of the correlation method, periodogram and Welch method
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:30530
    • 提供者:庄俊勇
  1. Untitled3

    0下载:
  2. 周期图法、welch法和自相关函数法的功率谱图的比较。-Comparison of Power Spectra of Periodic Graph Method, WELCH Method and Autocorrelation Function Method.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:10240
    • 提供者:BuBu1122
  1. Untitlepsd

    0下载:
  2. 周期图法,间接法,Welch法,Bartlett法,计算功率谱密度(Calculate the power spectral density)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:happysknb
  1. welch

    0下载:
  2. weltch窗函数滑动平均法,适合于初学信号处理的读者(Moving average of weltch window function.it is suitable for the readers who fistly learn the signal processing)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:306176
    • 提供者:ufoghl
  1. Buffet_6sin_random实例

    0下载:
  2. 一种加速度抖振信号的模拟方法,及用welch法分析其功率谱密度(a example of acceleration buffet simulation, and welch)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:503808
    • 提供者:明天831019
  1. Welch_cov_burg

    1下载:
  2. MATLAB代码经典功率谱估计,Welch法、协方差法、周期图、burg法及其对比,附完整注释(MATLAB code, classical power spectrum estimation, Welch method, covariance method, periodogram, Burg method and their comparison, with complete annotation.)
  3. 所属分类:波变换

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:taozhihuhan
« 1 2 3 45 »
搜珍网 www.dssz.com