-
简易FIR滤波器
1、FIR数字滤波器的设计(1)在主函数中调用dsnFIR函数,滤波器参数设为21阶、带阻、矩形窗、采样率1000Hz、上下截止频率分别为100Hz,400Hz;(2)利用drawFIR函数分别画出所设计的FIR滤波器的幅频特性图和相频特性图。2、FIR数字滤波实现(1)编写一个输入信号子程序func(),输入信号为一连续函数,表达式为;(2)对输入信号进行采样,即 ,这里取采样率,得到离散序列x(n);(3)取x(n)中前40个点的值,将其转为复数存入复数数组x[64]中,并对x[64]做64点的FFT,得到的X(k)存回x[64]中;(4)已知在主函数中调用dsnFIR函数后得到的输出结果b[21]即为FIR滤波器单位冲激响应h(n)的值,将其转为复数存入复数数组h[64]中,并对h[64]做64点的FFT,得到的H(k)存回h[64]中;(5)已知用FIR滤波器对输入信号进行滤波就是将输入信号x(n)与滤波器单位冲激响应h(n)做卷积运算,故我转到频域采用FFT方法实现对输入信号x(n)的滤波,即将X(k)与H(k)相乘,得到滤波后信号的FFT变换Y(k),然后只需对Y(k)做IFFT变换即可得到滤波后信号y(n)。
- 2022-05-23 13:46:22下载
- 积分:1
-
GPS nmea0183 interpreter procedures, a detailed explanation of the format of the...
GPS nmea0183 解释器程序,详细解释了0183格式的语句,并分析,全部源码-GPS nmea0183 interpreter procedures, a detailed explanation of the format of the 0183 statement and analysis, all FOSS
- 2023-02-01 09:15:03下载
- 积分:1
-
The Techniques and an Efficient PAPR Reduc ed Method of OFDM Systems
The Techniques and an Efficient PAPR Reduced Method of OFDM Systems-The Techniques and an Efficient PAPR Reduc ed Method of OFDM Systems
- 2023-08-01 14:15:03下载
- 积分:1
-
控制字体大小显示
本代码针对C++高级语言编程的学习,EX9_9不同的字体大小显示
- 2022-12-24 16:50:03下载
- 积分:1
-
基于自适应免疫进化算法的多用户检;
本文采用自适应免疫进化算法来解决多用户检测问题. 通过计算机仿真,无论是抗多址干
扰还是抑制远近效应,此方法都明显...
基于自适应免疫进化算法的多用户检;
本文采用自适应免疫进化算法来解决多用户检测问题. 通过计算机仿真,无论是抗多址干
扰还是抑制远近效应,此方法都明显优于传统检测方法,并且具有与最优检测器接近的误码率性能.-based on adaptive immune evolutionary algorithm multi-user location; In this paper, adaptive immune evolutionary algorithm to solve the problem of multi-user detection. through computer simulation, both anti-MAI or near-far effects, this method has been clearly superior to the traditional detection method and have the optimal detector close to the bit error rate performance.
- 2022-06-29 02:58:32下载
- 积分:1
-
老外写的串口经典,功能强大;其中发送至串口中存在二进制发送和字符发送两种mode,作者只考虑一种,已补全...
老外写的串口经典,功能强大;其中发送至串口中存在二进制发送和字符发送两种mode,作者只考虑一种,已补全-Foreigners to write the classic serial, powerful them sent to the serial port to send and that exist in binary characters sent two mode, the authors consider only one has been completed
- 2022-01-26 06:50:56下载
- 积分:1
-
使用tapi实现的用语音modem进行接电话并播放wav文件的程序
使用tapi实现的用语音modem进行接电话并播放wav文件的程序-A program which is realised by tapi, and in which a call is picked up and wav files can be played through voice modem
- 2022-10-08 22:55:03下载
- 积分:1
-
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况...
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况-a 4* 8 the number of MIMO antenna simulation program using 16QAM modulation and demodulation, the decline in flat environment of the BER
- 2022-07-25 20:30:40下载
- 积分:1
-
FTP(File Transfer Protocol)是文件传输协议,它规定了在Internet网络上怎样传输文件,通常要由专门的FTP程序来具体实现。...
FTP(File Transfer Protocol)是文件传输协议,它规定了在Internet网络上怎样传输文件,通常要由专门的FTP程序来具体实现。
- 2023-04-09 23:10:03下载
- 积分:1
-
This dll can help you to modify the REG easier
This dll can help you to modify the REG easier
- 2022-07-18 17:53:18下载
- 积分:1