搜索资源列表
视波器源代码
- 想做一个属于自己的播放器,那你一定要下这个滤波器啦!-want to own a player, you must make this filter!
gan-FIR滤波器设计
- In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing.-In this chapter I introduce Borland
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
218941414420059228424688597
- 关于音频滤波器的例子,有很好的参考价值,已经调试通过,可直接用-audio filter on the case is a good reference value, has been through testing can be used directly
lvboqi
- 一个很好的滤波器程序,是用MATLAB编写的M文件,虽然简单,但很有借鉴意义。-a good filter procedure is the use of MATLAB M documents, simple, But a useful one.
durbin
- 用levionson_durbin算法求解lpc winner滤波器的最优系数并求预测误差
shuzhuangfilter
- 有关于梳状滤波器的设计源码,大家可以参考,不错的
MPEG4
- 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c - 音频帧定义 huffm
MPEG4
- MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c
aacdec
- TnsFilter(intlength,double*spec,TNS_FILTER_DATA*Filter)函数,使用规定的滤波器系数,按指定的长度对频谱进行滤波. LevinsonDurbin迭代式算法模块,采用LevinsonDurbin代式算法根据给定的数据计算反射数据,并返回预测增益.
Introduction2DigitalAudioCodigSTD
- 这是dsp处理中关于滤波器设计的详细说明,欢迎参考!
MPEG4_sound
- MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c -
filter
- 一个音频滤波器的C++类,可以实现低通,高通滤波,并可以指定频率,带宽和增益值
wavelet_db
- 利用提升方案实现db9/7和db5/3小波滤波器,并用该小波进行图像的分解
LMS407adapter_filter
- LMS407自适应滤波器,用c编写,非常实用-LMS407 adaptive filter, using c prepared, very practical
DFilter_Research
- 波器结构研究与子波变换域图像降噪研究 论文包括两个方面:离散余弦变换(DCT)的快速算法及滤波器实现结构, 子波变换域图像门槛降噪。离散余弦变换是广泛应用十信号处理、图像处理领 域的重要工具之一,已经被多个国际标准所接受,如JPEG, MPEG, H.263等。 DCT应用到实际系统中的前提是具有能够快速实现的算法,自从1977第一个 真正的DCT快速算法出现以来,寻求更快、更规则、更简单的DCT快速算法一 直是信号处理领域的一个研究方向。论文针对应用中对DCT长度的各
digitalfiltersimulators
- digital filter simulators数字滤波模拟器。实现固定带通滤波器,可变带通滤波器,噪声删除等效果。-digital filter digital filter simulators simulator. The realization of a fixed band-pass filter, variable band-pass filter, noise and other effects of the deletion.
123456789
- 以一个多相抽取滤波器为例,介绍滤波器组的编码方式,包括主程序模块和子程序模块-With a polyphase decimation filter, for example, introduced the filter encoding methods, including the main program modules and subroutines Module
课设
- 低筒高通滤波器,可以实现不同的录波器,显示(Low pass high pass filter)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解