搜索资源列表
IIR
- 利用dsp builder设计的IIR滤波器,已经验证完全可以使用,只需要把其中系数改变。内含VHDL代码-Design IIR filters by dsp builder have been verified , just change the coffetions including VHDL code.
Matlab
- FIR滤波器设计中的凯撒窗函数设计,最后有对应系数产生-FIR filter design in the design of the Kaiser window function, and finally there are the corresponding coefficients have
filterbank8
- 8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512-8-channel biorthogonal cosine-modulated filter banks to achieve, filter sampling frequency Fs: 20000Hz designed a prototype low-pass frequency of 625Hz passband stopband
coe
- 自动计算fir滤波器系数的工具,不妨一试-Automatic calculation of filter coefficients fir tools, try
GaussianClutterPowerSpectrumEstimation
- 本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the
FIR_csd_mul
- 采用CSD编码的常系数乘法器的FIR滤波器的设计。-CSD-coded using constant coefficient multipliers of the FIR filter design.
FIRTest
- Remez算法求滤波器冲击响应系数--最佳FIR数字滤波器核心算法-Remez algorithm to solve the filter impulse response coefficients- the core algorithm for FIR digital filter design.
filter
- 各种模块实现10阶FIR滤波器,用matlab中的fdatool计算出设计的滤波器的系数,再利用VHDL编写各模块程序,实现滤波器-Various modules to achieve the10order filter based on FIR, using MATLAB FDATool calculates the design of the filter coefficients, then use VHDL to prepare procedures for each module, t
16QAM
- 仿真练习(第六次刘课件中有关于噪声的添加方法) ? 编写一个含QAM传输的发送和接收模块 ? 分别采用复基带仿真和实带通仿真两种形式 ? 复基带仿真时过采样率为4倍,实带通仿真时过采样率为20倍, 实带通仿真时, 载波频率为符号率的4倍 ? 发端采用滚降系数0.5的根号升余弦滤波器 ? 画出Eb/N0=15dB时的接收波形(收滤波前),取100个采样 ? 画出发端输出的眼图和收端过匹配滤波后的眼图(画眼图时不加噪声) ? 统计
wide_cbf
- 宽带波束形成,设计FIR滤波器系数。带宽为500Hz--700Hz,采样率为3000Hz,对白噪声序列进行滤波,即得到有限带宽的宽带时域信号-Broadband beamforming design FIR filter coefficients. Bandwidth of 500Hz- 700Hz, sampling rate of 3000Hz, filtered white noise sequence, ie limited bandwidth broadband time domain
DSP
- 1)设计一个IIR低通滤波器,用它去处理一个30kHz的方波信号,得到1kHz干净的正弦波信号,设采样频率为30kHz 2)用直接二型实现结构、二阶级联实现结构和并联实现结构去进行滤波 3)在滤波的时候,假设输入、滤波器系数和滤波结果均被量化,保留小数点后两位-A) Design of a low-pass IIR filter, it is to deal with a 30kHz square wave signal to obtain a clean 1kHz sine wave
filter
- 产生输入FSK信号的程序 FIR滤波器设计程序 IIR滤波器设计程序 FIR滤波器实现程序(用滤波器系数对输入信号进行滤波) IIR滤波器实现程序(用滤波器系数对输入信号进行滤波)-FSK input signal generating program FIR filter design procedures IIR filter design procedures FIR filter (with the filter coefficient for filtering the
Untitled
- 尖峰滤波器系数生成,用来抑制Barker码旁瓣的非匹配滤波-compress Barker
filter
- 这是之前用到的几个简单的滤波器的程序,滤波器的设计比较简单。可以直接使用matlab里的FDA,导出滤波器系数即可。 再就是参考数字信号处理课本里面三种滤波器设计的方法,由过渡带和所选的窗函数推导出滤波器阶数,进一步根据firl和filter函数编写-This is a few simple filters used before the program, the filter design is relatively simple. You can directly use the FDA
general_poly
- matlab生成系数文件,供大家参考,希望对大家有帮助(Matlab generation coefficient file)
cl4
- 通过已知的滤波器系数,来画出小波函数的时域图(The time domain diagram of the wavelet function is drawn by the known coefficient of the filter)
SDR实验
- 信道化发射信号仿真实验,2. 设计滤波器 应用Parks-McClellan optimal FIR filter order estimation设计滤波器, 参数: 内插I=16 内插前采样率50Hz 滤波器通带截止频率16Hz, 阻带起始频率25Hz;通带和阻带期望的幅度分别为1和0,起伏为1dB和40dB; 利用Parks-McClellan方法得到的频率向量fo,幅度向量ao和权值w设计最终使用的滤波器系数(可以使用remez方法,得到指定阶数的滤波器系数)。 显然,滤波
dsp3
- 不同的系数量化精度对FIR滤波器性能的影响(The Influence of Quantization Accuracy of Different Coefficients on the Performance of FIR Filters)
Gammatone 滤波器的 Python 代码实现
- python代码分别实现了频域Gammtone滤波和时域Gammtone滤波器,频域滤波时参数USEFFT=1。其中MakeERBFilters函数产生了GT滤波器系数。输入为:采样频率、滤波器通道数、最小频率。输出为:n通道GT滤波器系数。(The python code implements frequency-domain Gammtone filtering and time-domain Gammtone filters, respectively, and the parameter
raisecos.m
- 升余弦滚降滤波器,滤波器,并有不同系数下对比图(Raised cosine roll off filter, filter, and comparison chart under different coefficients)