-
简易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
-
支持ZModem, Telnet功能的串口通讯程序
支持ZModem, Telnet功能的串口通讯程序 -Serial communication supports ZModem and Telnet
- 2022-07-03 17:02:25下载
- 积分:1
-
基于单片机的数字钟及秒表的设计
本程序是在单片机c51的基础上实现的数字钟和秒表的功能设计。此设计可是在时钟的基础上实现调表,也可以在时钟和秒表之间实现相互换,P2.0,P2.1,P2.2用于选择不同的数码管亮;P2.4用于调表,按下进入调表模式;p2.5使所调位加1; P2.6按键调表恢复数字计数或者秒表恢复数字钟;P2.7按键进入秒表状态。
- 2022-04-06 21:43:29下载
- 积分:1
-
串口通讯的一个DELPHI控件,把它加入到你的窗口中修改它的属性就可以实现串口通讯...
串口通讯的一个DELPHI控件,把它加入到你的窗口中修改它的属性就可以实现串口通讯-DELPHI a serial communication control, to add it to your window to modify its properties can be achieved Serial Communication
- 2022-11-20 13:40:03下载
- 积分:1
-
it is to describe 3 D coding for OFDM
it is to describe 3 D coding for OFDM
- 2022-09-15 21:30:03下载
- 积分:1
-
为调试设备编写的RS232转以太网通信软件。
均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息...
为调试设备编写的RS232转以太网通信软件。
均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS232 using the API written in Ethernet using Sockte class. The program uses two separate threads, the threads in the message is transmitted data, this program includes: RS232 asynchronous communication, Sockte asynchronous communication, the user interface thread, communication between threads.
- 2022-03-24 03:34:12下载
- 积分:1
-
这是一个通讯口软件
这是一个通讯口软件-This is a communication interface software
- 2022-01-26 08:22:17下载
- 积分:1
-
清除除校准信息、SN、IMEI以外NVRAM里所有的数据
使用说明:
1.进入程序后点击BB Chipset下拉菜单,选择正确的Baseband芯片...
清除除校准信息、SN、IMEI以外NVRAM里所有的数据
使用说明:
1.进入程序后点击BB Chipset下拉菜单,选择正确的Baseband芯片
2.点击浏览按钮,在弹出的对话框中选择与手机软件相对应的NVRAMDATABASE文件(SRC)
3.选择正确的串口后点击确定按钮,然后把手机接到串口线上等待状态栏显示为PASS后即可-In addition to calibration information clear, SN, IMEI outside all the data NVRAM for use: 1. To enter the program BB Chipset Click the drop-down menu, choose the correct Baseband chip 2. Click the Browse button in the pop-up dialog box, select and cell phone software corresponding to the NVRAMDATABASE document (SRC) 3. Select the correct serial port and click the OK button, and then received a serial line waiting for the phone displays in the Status column immediately after PASS
- 2022-12-14 20:45:03下载
- 积分:1
-
Huawei GTM900 integrated module of the AT commands on the STK, please meet the G...
华为GTM900一体化模块中关于STK的AT命令说明,请配合GTM900 AT手册一起使用。-Huawei GTM900 integrated module of the AT commands on the STK, please meet the GTM900 AT manual together.
- 2023-05-08 18:35:03下载
- 积分:1
-
串口发送短信Demo及源码...
GSM modem.
串口发送短信Demo及源码...
GSM modem.-serial port and send text messages Demo source ... GSM modem.
- 2022-08-20 17:28:59下载
- 积分:1