搜索资源列表
DTMF_GEN_DEC
- Goertzel算法是DTMF信号检测的核心,它利用二极点的IIR滤波器计算离散傅立叶变换值,快速有效的提取输入信号的频谱信息。-Goertzel algorithm algorithm is DTMF signal detection at the core, It uses two poles of the IIR filter calculating the discrete Fourier transform value rapid and effective extraction of
3Matlab
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
aaaaaa111
- 这片是写的数据信号处理可查那个设计的报告,报告包括卷积演示程序、演示采样定理、模拟滤波器设计演示—从模拟低通滤波器到模拟高通、带通、带阻的幅度 特性对比演示、切比雪夫I型低通滤波器、利用凯塞窗设计高通滤波器、使用双线性变换法设计巴特沃斯低通数字滤波器 这几个部分..........用matlab实现 -this piece is written data signal processing design can be found that the report, including th
filter
- vc++下实现的不同频率选择的滤波器,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择
Matlab_Experiment
- Matlab实现快速傅立叶变换、FFT和IFFT计算线性卷积、IIR数字滤波器、FIR数字滤波器实验的相关资料,有源代码和仿真图
DSP--C
- 多种数字信号处理算法基于DSP实现的C设计与实现 如数字滤波器,数字图象处理,傅立叶变换等
5464132465465465
- 详细论述了矩阵变换器输入滤波器的多目标优化设计思想
46541349879431316
- 对快速傅立叶变换辅助设计数字低通滤波器的设计进行了分析
plc
- 一些语音处理算法的个人研究实作测试代码,包括丢包补偿,傅立叶变换/反变换,数字滤波器,数字滤波器整型化算法函数等-Some personal voice process code, including PLC, DFT, DFilter etc.
sscye
- 二阶数字谐振器的频率特性和滤波器的幅频特性和相位特性和预畸变在双线性变换中的作用-Second-order digital resonator frequency filter characteristics and amplitude-frequency characteristics and phase characteristics and pre-distortion in the bilinear transform the role of
LFM_signal
- 关于线性调频波的三个小程序,包括线性调频波的生成,FFT变换,线性调频信号通过匹配滤波器-Linear frequency modulation wave on the three small procedures, including the generation of LFM wave, FFT transform, linear frequency modulated signal through the matched filter
7
- 双线性变换椭圆低通滤波器设计,希望对大家有点帮助-Bilinear transform elliptic low pass filter design with the hope for all of us a little help
ruan
- 扩频发射机,信道编码采用(2, 1, 7)卷积 码, 扩频模块采用扩频长度255 的kasami码, 极性变换模块为3bit 量化模式, 内插模块为每两比特间插入7bit 和输出滤波为16 阶的FIR 滤波器。-direct sequence spread spectrum transmitter
ekf
- 扩展卡尔曼滤波器程序,只需改相关参数即可-Extended Kalman filter process
IIR
- 用双线性变换法设计IIR滤波器,IIR数字滤波器设计及软件实现-Bilinear transformation method using IIR filter design, IIR Digital Filter Design and Implementation of Software
IIR
- 1、用脉冲响应不变法设计butterwoth及chebyshev数字低通滤波器 2、用双线性变换法设计butterwoth及chebyshev数字低通滤波器 有分析,有结果图-1, the same method with the impulse response digital design butterwoth and chebyshev low-pass filter 2, with the bilinear transform design butterwoth and cheb
Matlab-digital-filter
- 主要内容:利用冲击响应不变法设计数字低通滤波器;基于双线性Z变换法设计数字滤波器;基于巴特沃斯模拟滤波器设计高通滤波器;基于巴特沃斯模拟滤波器设计带通滤波器 4.5基于巴特沃斯模拟滤波器设计数字带阻滤波器 4.6利用双线性Z变换法设计一个带通椭圆滤波器 -Main elements: the use of the same impulse response digital low-pass filter design method bilinear Z-transform meth
SRC
- 最大限度地平 FIR 逼近 (拉格朗日插值法) 拉格朗日插值是一种时域方法,导致基于多项式的筛选器的一个特殊情况。用 M 次多项式近似表示输出信号。最简单的情况 (M = 1) 对应于线性插值。让我们设计和分析将通过各种馏分拆分单元延迟的几种线性分数时滞滤波器:(Maximally-Flat FIR Approximation (Lagrange Interpolation) Lagrange interpolation is a time-domain approach that lead
采用
- 低通滤波器与高通滤波器的多孔小波变换程序。(The porous wavelet transform of low pass filter and high pass filter.)
hilbert
- 产生正弦信号时域波形及频谱,并通过希尔伯特滤波器。其中希尔伯特滤波器有两种产生方式,一是使用MATLAB自带的FDAtool;二是程序编写。(The time-domain waveform and spectrum of sinusoidal signal are generated and passed through Hilbert filter. There are two ways to generate Hilbert filter, one is to use FDAtool in