搜索资源列表
hosa1
- 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、FIR和Lattice结构;IIR滤波器设计包括模拟和数字低通、高通、带通与带阻滤波器设计,以及基于冲激响应不变法和双线性Z变换法的IlR滤波器设计等;FIR滤波器设计包括基于窗函数、频率抽样法和切比雪大逼近法的FIR滤波器设计;平稳信号分析包括经典功率谱估计、基于参数模型的功率谱估计和基于非参数模型的功率谱估计;非平稳信号分析包
noise_cancelled_GUI
- 使用matlab 编写的具有调整滤波器的参数来处理输入的语音信号使之具有消除噪声的功能,包括FIR和IIR两种滤波器,使用GUI界面。-Prepared with the use of matlab to adjust filter parameters to deal with input voice signal so that they are the elimination of noise features, including two types of FIR and IIR fil
AFD
- 利用MATLAB GUI设计滤波器界面,可以设计IIR滤波器-Filter Design using MATLAB GUI interface, you can design IIR filter
IIR_GUI_Design
- 本程序在MATLAB平台上实现了IIR滤波器的GUI设计,通过输入参数,即可在友好的界面上完成IIR滤波器的设计。-The program implemented on MATLAB platform GUI design of IIR filters, through the input parameters, can be completed in a friendly interface for IIR filter design.
attachments_2010_03_29
- matlab gui design for IIR filter
MATLABGUI
- matlab gui 自动滤波 iir和fir-matlab gui automatically filter
untitled
- FFT简易分析仪 用来分析从电脑中录入的音频 利用了fir滤波器和iir滤波器 并有 GUI界面 完整的程序-FFT simple analyzer used to analysis the audio inputs from the computer using the fir filter and iir filter and a GUI interface complete program ~ ~
gui
- Matlab GUI图形交互,模拟IIR数字滤波器-Matlab GUI interactive graphics, analog IIR digital filter
IIR_Filter_Design
- A set of IIR filter design source code with GUI, this tool can design most of Doppler filter shapes, including classic 6dB, Flat, Rounded, Bell shape, Guassian shape, etc.
GUI-simulink
- 基于GUI的iir数字滤波器的仿真 内附源代码-based on GUI simulink of iir digital filter there are sourse code in this artical
IIR
- matlab和环境下实现IIr滤波器的设计与GUI界面的设计-matlab environment to achieve the IIr filter design GUI interface design
FIR
- 基于matlab GUI的一个滤波,运用FIR和IIR算法-A filter based on matlab GUI, use of FIR and IIR algorithm
Filter-Matlab-GUI
- 用Matlab的GUI界面设计滤波器人机界面,可选FIR、IIR等高通,低通,带通,带阻滤波器,手动设定好参数,可直观看到幅频特性曲线和相频特性曲线。-Using Matlab GUI interface design a filter interface, optional FIR, IIR high pass, low pass, band pass, band stop filter, the parameters are set manually, you can visually se
Filter
- 本设计利用了数字信号处理的知识,基于MATLAB的GUI平台,实现了IIR与FIR各类滤波器的设计,能够绘制各种滤波器的幅频特性曲线,相频特性曲线,零极点图,冲激响应,阶跃响应等。-This design utilizes the knowledge of digital signal processing based on MATLAB GUI platform, the IIR and FIR filter design all kinds can draw a variety of fil
IIR-FDA
- 这是在MATLAB环境下对IIR滤波器的GUI界面及动能的设计,输入自定义参数,可以显示滤波器的幅频响应。-This is the MATLAB environment GUI interface and kinetic energy IIR filter design, custom input parameters, you can display filter frequency response.
Desktop
- 基于MATLAB GUI数字滤波器的设计 (1)要有人机交互界面。 (2)可实现IIR低通、IIR带通、FIR低通、FIR带通类型的数字滤波器。 (3)设计的滤波器可以显示幅频响应曲线等图形,便于对此滤波器进行性能分析。(MATLAB digital filter)
FIRIIR
- 本程序提高FIR,IIR滤波器设计程序,并集合在GUI界面里。滤波器参数用户可以自行修改。(This code provide the FIR, IIR filter design program and sets it in the GUI interface. The filter parameters can be modified by users themselves.)
数字图象处理
- 数字图像处理程序,包含6中FIR和IIR滤波器程序和GUI界面。(Digital image processing program with 6 FIR and IIR filter programs and GUI interface.)
简易信号分析GUI
- 能够生成几种代表信号并且进行频谱分析、功率谱密度分析,还含有一个iir低通滤波器和一个fir高通滤波器的简易示范(It can generate several representative signals and carry out spectrum analysis and power spectral density analysis. It also contains a simple demonstration of IIR low-pass filter and a fir high
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。