CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 数据窗

搜索资源列表

  1. 用Welch法进行功率谱估计

    3下载:
  2. 考虑L的三个不同值:L=256(3个数据段),L=128(7个数据段)和L=64(15个数据段)。各自的谱估计图如上图所示。可以明显的看到,加窗明显的减小了频谱上的假谱峰,但也更加进一步平滑了谱峰。所以,对于L=64的情况,在ω=0.8π的谱线可以很确定的辨认,但是那两个靠近的谱峰不容易区分。对于L=128的情况,这种情况提供了在分离和检测间最好的均衡。当然,对于在L=256时的情况,效果是更好的,能够从谱估计图上明显的分辨出三条谱线的存在以及它们幅度关系的强弱。 除了Welch法外,还可以采用
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1826
    • 提供者:吴胜
  1. pm_estimate

    0下载:
  2. 利用周期图法对序列的功率谱进行估计。数据窗采用汉明窗。假设在白噪声中分辨这三个不同频率的正弦信号,其相位是均匀分布在2PI的独立随机变量,而 是一个单位白噪声.生成50个长度为N=512的 的样本序列集合。 -use map cycle sequencing method of the power spectrum estimation. Data window using Hamming window. Assume that the white noise to differentiat
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:lee
  1. Periodogram-powe

    2下载:
  2. 平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.-Average periodogram and periodogram smoothing method to est
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1153
    • 提供者:renjie
  1. Periodogram

    2下载:
  2. 利用周期图法对序列进行功率谱估计,数据窗采用汉明窗-Sequences using periodogram method for power spectrum estimation, the data window with Hamming window
  3. 所属分类:matlab例程

    • 发布日期:2017-05-29
    • 文件大小:33359
    • 提供者:Colorwaste
  1. parzen

    5下载:
  2. 二维数据集Parzen方窗非参数估计PDF(概率密度函数),三维结果显示,有图,有完整说明文档和程序运行说明,matlab编程环境,此为模式识别小作业 parzen-Dimensional data set Parzen Window non-parametric estimation side PDF (probability density function), three-dimensional results show that map, with complete documentat
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:338207
    • 提供者:tianshimao
  1. ECG

    2下载:
  2. 该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试-The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compress
  3. 所属分类:matlab例程

    • 发布日期:2017-05-03
    • 文件大小:694206
    • 提供者:zhengp
  1. graythresh

    0下载:
  2. 本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码-In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the m
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1265
    • 提供者:王超群
  1. welch

    1下载:
  2. 本程序实现了短数据序列不同窗函数的welch功率谱估计,然后又求了他们的平均标准差,从而判断各个窗函数的优劣。只要稍作修改就能实现不同信噪比下的功率估计,同时也可以实现长数据序列的估计。-This procedure has a short data series of different welch window function power spectrum estimation, and then seek their average standard deviation, and thu
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:700
    • 提供者:wangchun
  1. window

    0下载:
  2. 分别用非参数化谱估计中的直接法,间接法和加窗法对离散随机过程的已零均值化的N个数据样本估计了离散信号的谱密度。-Were non-parametric spectral estimation of the direct method, indirect method and windowing method, discrete stochastic process has zero mean the data of the N-sample estimates of the spectral d
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1140
    • 提供者:王会彦
  1. Welch

    0下载:
  2. 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力,进行实验仿真,比较不同的窗函数,不同的数据长度对Welch法谱估计质量的影响,并分析了造成这些影响的原因。-The paper mainly introduces the principles of Periodogram method of classical PSD estimation,analyzes the deficiency of Perio
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:213699
    • 提供者:co
  1. gaussian_filter

    0下载:
  2. 详细说明:1. 利用自相关函数法和周期图法实现随机信号的功率谱估计。 2. 观察数据长度、自相关序列长度、信噪比、窗函数、平均次数等对谱估计的分辨率、稳定性、主瓣宽度和旁瓣效应的影响。 --1. The use of auto-correlation function method and cycle map Method random signal power spectrum estimation. 2. Observation data length, the length of auto
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1307
    • 提供者:yang
  1. matlabdsp

    0下载:
  2. matlab dsp(1. 利用自相关函数法和周期图法实现随机信号的功率谱估计。 2. 观察数据长度、自相关序列长度、信噪比、窗函数、平均次数等对谱估计的分辨率、稳定性、主瓣宽度和旁瓣效应的影响
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:6158
    • 提供者:rmbswd
  1. FIR

    0下载:
  2. fir滤波器设计 输入设计指标 计算过渡带宽度 按哈明窗数据,计算滤波器长度-fir filter design input design index to calculate the transition zone width by Hamming window of data to calculate the length of filter
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:523
    • 提供者:刘重阳
  1. proj04-01

    0下载:
  2. 本实验目的是了解非参数估计—Parzen窗估计,对表格3中的数据进行Parzen窗估计和设计分类器.Parzen窗方法:假设区间Rn是一个d维的超立方体,hn表示超立方体的边长,体积为Vn=hnd。-Purpose of this study is to understand the non-parametric estimation-Parzen window estimate of the data in Table 3 Parzen window estimate and design c
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1895
    • 提供者:王瑶
  1. Pattern-Recognization

    0下载:
  2. 本实验的目的是了解非参数估计--parzen窗估计,对数据进行Parzen窗估计和设计分类器。并分析窗口宽度h对分类的影响。-The purpose of this study is to understand the non-parametric estimation- parzen window estimation, Parzen window estimate of the data and design of classifiers. Window width h and analyz
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2090
    • 提供者:林耀明
  1. untitled1028

    0下载:
  2. fft界面分析 能够实现海明窗,汉宁窗,平顶窗等分析数据数据 用matlab gui 界面实现-fft study
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:12548
    • 提供者:保霖
  1. untitled1028m

    0下载:
  2. 界面的m 文件 matlab gui 界面分析数据 fft快速傅里叶变换程序 有很多窗函数供选择 -fft matlab gui
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7444
    • 提供者:保霖
  1. Modified-periodogram

    0下载:
  2. (2). 采用汉明窗,分段长度L=32,用修正的周期图法进行谱估计,并分析数据长度N,分段长度M对谱估计结果的影响。-(2) using Hamming window, segment length L = 32, the modified periodogram method of spectral estimation and analysis of data length N, the length M of the sub-spectrum estimation results.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:16878
    • 提供者:郭子子
  1. 加窗傅里叶变换相位提取

    1下载:
  2. 对一个有限长的时域采样信号进行傅里叶变换实际上就是加了一个矩形窗,相当于用矩形窗把无限长的数据截断了,也可以根据需要把这个矩形窗换成其他窗函数,在空域上加窗。
  3. 所属分类:matlab例程

  1. matlab_pic

    1下载:
  2. 通过左右拖动子图形下方按钮,可变换时间轴横坐标,动态显示不同子图的不同时间尺度数据,示例中给出了电网运行大数据(包括电流电压幅值、相位),数据可根据用户需求输入。其中脚本和函数由高版本的MATLAB编写,适当调整可适用于低版本(By pulling the button under the left and right graphics, the data window of different time scales can be dynamically displayed. The data
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1929216
    • 提供者:HLJJJJ
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com