-
非常 好用的VC下串口通信,非常非常简单易懂的源码
非常 好用的VC下串口通信,非常非常简单易懂的源码-VC is very useful under the serial communication, very, very easy-to-read source
- 2022-06-02 12:27:39下载
- 积分:1
-
简易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
-
功能丰富的串口通讯程序
功能丰富的串口通讯程序 -Serial communication example with abundant functions
- 2022-03-20 04:13:41下载
- 积分:1
-
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1-10.0-collection of OPNET wireless simulation models and procedures applicable to OPNET8.1- 10.0
- 2022-02-24 16:21:27下载
- 积分:1
-
我编写的一个串口通信的程序
我编写的一个串口通信的程序- I compile a string mouth correspondence procedure
- 2022-02-07 03:02:38下载
- 积分:1
-
WINDOWS MOBILE sing tool
WINDOWS MOBILE sing tool
- 2022-09-07 15:35:03下载
- 积分:1
-
zigbee cc2430 单片机程序 无线温度采集及串口通信演示
zigbee cc2430 单片机程序 无线温度采集及串口通信演示-single-chip wireless zigbee cc2430 process temperature acquisition and demonstration of serial communication
- 2022-07-11 04:40:55下载
- 积分:1
-
Hamilton回路近似算法,本人程序,请大家多提宝贵意见
Hamilton回路近似算法,本人程序,请大家多提宝贵意见-Hamilton loop approximation algorithm, I program, everyone with more valuable comments
- 2022-06-01 11:00:38下载
- 积分:1
-
matlab关于多天线相关矩阵的子程序,调用输入为天线间距,到达角度,和角度扩展...
matlab关于多天线相关矩阵的子程序,调用输入为天线间距,到达角度,和角度扩展-matlab on multi-antenna correlation matrix of the subroutine, call input antenna spacing, arrival angle, and angle expansion
- 2022-07-17 08:28:12下载
- 积分:1
-
Environmental monitoring wireless sensor network node designed for environmental...
环境监测无线传感器网络节点的设计 针对环境监测的要求,开发了一种兼容型的无线传感器网络节点系统。该系统以MSP430FG4618为核心,采用 CC2420 214G射频芯片,软件上移植了德州仪器( TI) ZigBee协议栈,并在应用层开发了通信程序。该系统可以组建成稳定的网状网络,功耗低,数据传输稳定.-Environmental monitoring wireless sensor network node designed for environmental monitoring requirements, to develop a compatible system for wireless sensor network node. The system MSP430FG4618 as the core, using radio frequency chip CC2420 214G, software transplanted Texas Instruments (TI) ZigBee protocol stack, and the application layer has developed a communication program. The system can be formed into a stable mesh networking, low power consumption, data transmission and stability.
- 2022-01-25 17:16:32下载
- 积分:1