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

搜索资源列表

  1. 语音信号的分帧加窗 matlab

    4下载:
  2. 语音信号处理中的分帧加窗的matlab代码的源程序。
  3. 所属分类:matlab例程

  1. kaiser/凯撒窗函数的源代码

    0下载:
  2. 凯撒窗函数的源代码/MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2012-11-24
    • 文件大小:2.56kb
    • 提供者:aizhouliguo
  1. kaiser_filter 在FIR滤波器中用Kaiser窗函数

    3下载:
  2. 在FIR滤波器中用Kaiser窗函数,给出了低通、带通和带阻用Kaiser窗函数的FIR滤波器设计程序。-FIR filter used in the Kaiser window function, given the low-pass, band pass and band stop using Kaiser window FIR filter design program.
  3. 所属分类:matlab例程

    • 发布日期:2014-11-09
    • 文件大小:4kb
    • 提供者:宋知用
  1. 周期图法谱估计需要对信号序列“截断”或加窗处理

    0下载:
  2. 周期图法谱估计需要对信号序列“截断”或加窗处理,其结果是使估计功率谱密度为信号序列真实谱和窗谱的卷积,导致误差的产生。本程序分别设计了周期图法,最大熵功率谱估计和Welch法以及它们的对比,最大熵功率谱估计目的是最大限度地保留截断后丢失的“窗口”以外信号的信息,使估计谱的熵最大。-Periodogram spectrum estimation signal sequence needs to " cut off" or add the window handle, the
  3. 所属分类:matlab例程

    • 发布日期:2017-03-25
    • 文件大小:1.06kb
    • 提供者:许庆诚
  1. FIR.rar

    3下载:
  2. 用窗函数法设计FIR 数字滤波器 能产生矩型窗、升余弦窗、改进升余弦窗和二阶升余弦窗的窗函数子程序,Window function method using FIR digital filter designed to produce the window rectangle, raised cosine window, improving the second order raised cosine window and the window raised cosine window fun
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:866byte
    • 提供者:dingdangmao
  1. matlab雷达回波信号

    0下载:
  2. 一些matlab雷达回波信号 以及一些窗函数的描述,some matlab program of radar echos and some windows function
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:334.6kb
    • 提供者:huangyi
  1. stft.rar

    1下载:
  2. 加窗傅立叶变换源程序,开发环境为matlab,STFT code using matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1019byte
    • 提供者:吴茜
  1. windowing

    0下载:
  2. 實驗不同的加窗方式對信號頻譜估計的影響。矩形窗,海明窗,漢寧窗-rectwin,hamming,hanning
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:832byte
    • 提供者:sharon
  1. PSL_and_I_various_window

    0下载:
  2. 探讨不同类型加窗后对LFM信号匹配滤波后峰值旁瓣比和隔离度的影响-Window of different types of LFM signal after matched filtering the peak sidelobe ratio and the impact of isolation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.73kb
    • 提供者:pangbo
  1. FIR

    0下载:
  2. 用窗函数法设计一个长度N等于8的线性相位FIR滤波器。其理想的幅频特性为 分别用矩形窗、Hanning窗、Hamming窗、Blackman窗、Kaiser窗(b=8.5)设计该滤波器。 -Window function method used to design a length N equal to 8 the linear phase FIR filter. Its ideal amplitude-frequency characteristics of rectangular w
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:77.88kb
    • 提供者:zhangfei
  1. Digital_Signal_Processing

    0下载:
  2. matlab下数字信号处理实现例程,包括FFT进行信号频谱分析,窗函数法设计FIR滤波器,IIR滤波器的实现等-matlab under the realization of digital signal processing routines, including the FFT signal spectral analysis, the window function design FIR filters, IIR filters to achieve such
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:169.09kb
    • 提供者:周期
  1. shiyan4

    0下载:
  2. 基于matlab实现窗函数设计滤波器,包括矩形窗,升余弦窗,二阶升余弦窗。-Matlab window function based on the realization of the design filter, including the rectangular window, raised cosine window, the second order raised cosine window.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:5.18kb
    • 提供者:秦承峰
  1. FFT_DEMO_with_MATLAB

    0下载:
  2. 用MATLAB编写的FFT演示程序,旁瓣可由窗函数来减弱-FFT using MATLAB prepared demo program, sidelobe window function may be to weaken
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:27.44kb
    • 提供者:huang
  1. FIRdesign

    0下载:
  2. FIR数字滤波器的设计方法主要是建立在对理想滤波器频率特性作某种近似的基础上的。这些近似方法有窗函数法、频率抽样法、最佳一致逼近法。在这里只讨论窗函数法。程序中也是采用了这种方法。-FIR digital filter design method is mainly based on the frequency characteristics of the ideal filter for some kind of approximation on the basis of. These app
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:212.07kb
    • 提供者:李文
  1. puguji

    0下载:
  2. 现代谱估计的源程序,包括直接法,间接法和窗函数法-Modern Spectral Estimation of source, including direct, indirect method and the window function method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.53kb
    • 提供者:yangqiuchen
  1. fig4_16

    0下载:
  2. 对于汉宁加窗的波束形成,阵列信号处理仿真源程序-Window for Han Ninja beamforming, array signal processing simulation source
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:872byte
    • 提供者:叶紫0906
  1. FIR

    0下载:
  2. 利用窗函数法实现FIR滤波器的设计,包括各种常见的窗口函数 -Window function method using FIR filter design, including a variety of common window function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:shawn
  1. matlab

    2下载:
  2. 实验指导 低通采样定理实验 FFT频谱分析实验 IIR滤波器设计实验 窗函数法FIR滤波器设计 频率采样法FIR滤波器设计实验-Experimental guide low-pass sampling theorem FFT spectrum analysis experiment experiment experiment IIR Filter Design Window Function FIR filter design frequency sampling FIR filter desi
  3. 所属分类:matlab例程

    • 发布日期:2017-06-04
    • 文件大小:298.56kb
    • 提供者:晟仔
  1. timefreq

    2下载:
  2. 信号时频分析,小波变换,加窗(汉明窗,矩形窗,布莱克曼窗)-Time-frequency analysis, wavelet transform, windowed (Hamming window, rectangular window, Blackman window)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:846byte
    • 提供者:gyq
  1. sample5

    0下载:
  2. 不重叠加窗和重叠加窗周期图法得到的功率谱曲线-Non-overlapping windowed and overlapping windowed periodogram power spectral curve obtained
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1009byte
    • 提供者:ladan
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com