-
简易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
-
First half of this year the company I am now prepared a flowmeter products PC Mo...
今年上半年我为现公司一款流量计产品编写的上位机Modbus通讯程序(下位机程序也是我用C编写的,由于受到法律许可限制,在此不能上传,不过在将来我会把设计思路传上共享),包括自创的Modbus协议的Delphi实现及其完整调用,还有一份我编写的该产品的完整的Modbus协议说明书,非常有参考价值。-First half of this year the company I am now prepared a flowmeter products PC Modbus communications procedures (the procedures are under-bit machine I use C prepared, because of license restrictions by law, can not upload here, but I will in the future design ideas Chuan-share), including self-Modbus protocol Delphi to achieve their full call, there is also a preparation of the product I am a complete Modbus protocol specification, a very good reference material.
- 2022-08-13 19:53:43下载
- 积分:1
-
GSM 移动通信网络中小区相关的参数说明,可以根据这些说明,对网络中的问题通过调整小区参数进行改善!...
GSM 移动通信网络中小区相关的参数说明,可以根据这些说明,对网络中的问题通过调整小区参数进行改善!-GSM mobile communications network parameters related to the district that could be the basis of these show that the network problems by adjusting the parameters of the improvement district.
- 2022-03-19 06:06:30下载
- 积分:1
-
卫星通信: 第 4 部分信号扭曲 & 错误和他们关系到通信通道规格 Howard Hausm
第 4 部分卫星通信:信号畸变和错误他们与沟通的关系通道规格通信问题信号格式和扭曲信号错误相位噪声群时延失真振幅失真联合的信号扭曲邻频道干扰时间域效应摘要
- 2022-05-08 18:19:08下载
- 积分:1
-
一个监视网络联接情况的程序
一个监视网络联接情况的程序- A surveillance network joint situation procedure
- 2022-02-15 04:57:08下载
- 积分:1
-
KDVoicePhone Toolkit开发工具可以使你的应用程序获得声音和电话方面的特性,如:a.. 打电话或回电话;b.. 如果对话已经在进行,可以中途接听...
KDVoicePhone Toolkit开发工具可以使你的应用程序获得声音和电话方面的特性,如:a.. 打电话或回电话;b.. 如果对话已经在进行,可以中途接听;c.. 在电话线或声卡中回放和记录音频;d.. 从电话线中检测音频信号和脉冲信号;e.. 捕获呼叫方ID;f.. 可控制本机听筒,外部的麦克风和MODEM的外部喇叭;g.. 定时事件来跟踪回放和录音的过程;h.. 录音时可检测静音;-KDVoicePhone Toolkit development tools can make your application access to voice and telephone features, such as: a.. Call or return phone calls b.. If the dialogue already under way, you can receive half-way c.. In a telephone line or sound card in audio playback and recording d.. from the telephone line in the detection of audio signals and pulse signal e.. capture caller ID f.. can control the local handset, external microphones and MODEM external speakers g. . timing incident to track the process of playback and recording h.. recording can detect mute
- 2022-02-10 15:22:55下载
- 积分:1
-
本文提出了一种基于FSE_DFE的盲均衡器的设计实现方案
本文提出了一种基于FSE_DFE的盲均衡器的设计实现方案-This paper proposes a blind equalization based on the FSE_DFE design programs realize
- 2022-02-04 02:27:52下载
- 积分:1
-
3GPP协议为通信编程的重要协议之一,该版本为TS25.462
3GPP协议为通信编程的重要协议之一,该版本为TS25.462-7-3GPP agreement Communication Programming One of the key agreements, the version of TS25.462-7
- 2022-02-05 17:43:46下载
- 积分:1
-
STM32 BOOTLOAD 远程升级引导部分
1.通过gsm接收firmware数据,在bootload中完成写flash和跳转,这是bootload部分。
2.基于STM32F103VCT6平台。
3.编译工具是IAR 5.6版本。
- 2022-02-01 10:58:10下载
- 积分:1
-
仅仅是连接的本地化
了解节点的地理位置通常很有用
- 2022-05-26 03:48:11下载
- 积分:1