搜索资源列表
ac
- 利用 MATLAB 实现窗函数法设计 FIR 滤波器,主要是选择合适的窗函 数进行截断运算 -Window function method using MATLAB to design FIR filter, main is to choose the appropriate letter for window blocking operations.First theoretically to approximate the unit i
Presentation1
- impulse waveform code by using this code you can implement waveform of impulse function
matlab-zhongzhilvbo
- 中值滤波,去噪 实验原理:中值滤波器是将领域内像素灰度的中值代替该像素的值,对处理脉冲噪声(椒盐噪声)非常有效。为了对一幅图像上的某个点进行中值滤波处理,必须先将掩模内欲求的像素及其领域的像素值排序,确定出中值,主要功能是使拥有不同灰度的点看起来更接近于它的邻近值。-Median filtering and denoising Test principle: median filter is to field pixel gray value instead of the pixel v
Untitled3
- 掌握双线性变换法及脉冲相应不变法设计IIR数字滤波器以及窗函数法设计FIR数字滤波器的原理,具体方法及计算机编程。 2.观察双线性变换法,脉冲响应不变法及窗函数法设计的滤波器的频域特性,了解各种方法的特点。 3.用MATLAB画出三种方法设计数字滤波器的幅频特性曲线,记录带宽和衰减量,检查是否满足要求-Master bilinear transform and impulse response invariance IIR digital filter design and window fun
DSP1exp
- 数字信号处理实验报告,实现离散时间序列的卷积,计算差分方程所表示离散系统的冲击响应,计算系统函数的DTFT-Digital signal processing experiment report paper,which includes convolution of discrete time sequence, computing the difference equation to express the discrete system impulse response and calcul
xinhao2014
- 1 设计一个FIR数字低通滤波器, 满足一组模拟滤波器的指标参数;分别采用三角窗、hamming窗、blackman窗和kaiser窗进行设计。比较不同窗的设计效果。要求描绘滤波器的脉冲响应、窗函数以及滤波器的幅频和相频响应曲线。 2. 用上述设计滤波器完成几组给定信号的滤波。 3.设计数字高通、带通、带阻滤波器,要求描绘滤波器的脉冲响应以及滤波器的幅频和相频响应曲线-1、A design of a FIR digital low-pass filter, analog filters to m
u6
- Step response and impulse response of a control system with the specified conversion function
DTFT
- 经由正、负离散时间傅立叶变换表达式是信号分析的一个关键部分。 X( ) (3.9) (3.10) 当 LTI 系统用于滤波的时候,作为冲激响应离散时间傅立叶的频 率响应,提供了 LTI 系统间接的描述。离散时间傅立叶变换 X( )是 w 的周期复值函数,周期总是 2π,并且基周期通常选在区间[-π,π] 上。对离散时间傅立叶变换 DTFT 来说有两个问题: 1. DTFT 的定义对无限长信号是有效的。 2. DTFT 是连续变量 w 的函数 在 MATLAB 中, 任何信号 (向量)
Plot the transfer function
- Plot the transfer function, the impulse response and the zeroes of the designed filter by using window method.