搜索资源列表
C
- IIR数字滤波器设计C程序-双线性变换法设计IIR数字滤波器包括1.Lowpass 2.Highpass 3.bandpass三部分-Infinite Impulse Response Digital Filter Design By Double Converting
Mult
- 用impulse c编写的18x18位的乘法器。-Impulse c prepared with 18x18-bit multiplier.
Test
- 发现C板块关于C#的东东好少、 本人C#发烧友见这情况怎么行呢 、 心血来潮就敲了个简单内存挂的例子、 很简单 、注释也做的非常详细 、 希望海友们喜欢 、 我用的编辑环境是 VS2008 如果用VS2005的朋友可以删除我类里面的 using System.Linq 这么命名空间就能编译了 转载请注明出自外挂海论坛,本贴地址:http://www.wghai.com/thread-131997-1-1.html-Found on the C# section C
FIR
- FIR滤波器幅频特性图像C#的实现! 使用交互界面! 可实现滤波器阶数的选择-This module provides functions to implement Finite Impulse Response (FIR) * filters using a variety of algorithms. * * These functions use most or all of the following input parameters: * * inp
FIRTest
- Remez算法求滤波器冲击响应系数--最佳FIR数字滤波器核心算法-Remez algorithm to solve the filter impulse response coefficients- the core algorithm for FIR digital filter design.
ClanguagetoimplementtheFIRlow-passfilter
- FIR滤波器被称为有限长脉冲响应滤波器,运用C语言实现了FIR低通滤波器,-FIR filter is known as finite impulse response filter, using C language to implement the FIR low-pass filter,
Estimated-impulse-response
- c++编的脉冲响应估计程序,运行顺序为:①产生真值数据;②产生仿真数据;③产生辨识数据;④计算误差;⑤画曲线。包含文字说明和代码-c++ code of the impulse response estimation procedures, running order as follows: ① the true value of data generated ② simulation data generated ③ produce identification data ④ calcu
Modulation
- 产生长度为100的随机二进制序列 发送载波频率为10倍比特率,画出过采样率为100倍符号率的BPSK调制波形(前10个比特) ,及其功率谱 相干解调时假设收发频率相位相同,画出x(t) 的波形,假设低通滤波器的冲激响应为连续10个1(其余为0),或连续12个1 (其余为0) ,分别画出两种滤波器下的y(t),及判决输出(前10个比特) 接收载波频率为10.05倍比特率,初相位相同,画出x(t) 的波形,假设低通滤波器的冲激响应为连续10个1,画出两种滤波器下的y(t),及判决输
IIR
- 无限脉冲响应数字滤波器IIR算法c语言.c文件-Infinite impulse response IIR digital filter algorithm c language