介绍了无线收发系统的设计过程,该系统以FPGA作为数字中频处理部分,发射机采用FM调制对信号进行处理,接收机采用数字下变频与欠采样技术,将中频信号降采样后解调,得到原信号。系统采用分模块式设计,对电路各个模块的功能和实现加以说明,设计思路灵活,结构清晰。电路在Protel99中设计完成,并用VerilogHDL语言对数字中频进行编程和程序仿真。系统已经做成实体,可以实现信号的无线发射与接收,达到设计提出的要求。
上传时间: 2013-10-16
上传用户:a1054751988
设计一款家用安全防护系统,能对家庭中燃气泄露、火灾和盗窃等突发事件进行实时监测和信息传输。系统由主机和从机两部分组成,红外遥控开关控制整个系统的开闭,通过从机单片机实时地采集和处理燃气、烟雾、人员入室等事故信息,并由NRF24L01无线模块发送给主机;主机通过NRF24L01接收事故信号,处理后将报警信息通过GSM通讯模块以短信形式第一时间发送至用户手机。系统具有成本低廉、功耗低、操作简单等特点,应用前景广阔。
上传时间: 2013-10-22
上传用户:刘江林1420
实现了一种用于上位机和FPGA处理板之间通信的可重配置接口,详细介绍了该接口的包格式设计和FPGA逻辑设计。仿真结果表明,该可重配置接口能根据信令,实现准实时在线参数配置,满足多种主流通信体制的不同速率要求。
上传时间: 2013-10-22
上传用户:herog3
系统结构如 图 1所示 , 从 系统 结 构图可 以看 出 , 系统主要包括视频信 号输入模块 , 视频信号处 理模 块和视频信号输出模块等 3个部分组成。各个模块主要功能为: 视频输入模块 将 采 集 的 多路 视 频 信 号 转 换成 数 字 信 号 送 到F P GA; 视频处理模块主要有F P GA 完成 ,根据 需要 对输入 的数字视频信号进行处理 ; 视频输 出模块将 F P GA处理后的信号转换成模拟信号输出到显示器。
上传时间: 2013-11-09
上传用户:xiaoyunyun
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的结果:%d %d %d\n", a, b, c) } 程序执行结果: 由小至大排序之后的结果:1 2 3 可将内建函数的include文件展开在自编的include文件中 圆圈的面积是=201.0619264
标签: my_Include include define 3.141
上传时间: 2014-01-17
上传用户:epson850
c5402+aic10的codec程序,语音信号的处理可以使用
上传时间: 2014-01-16
上传用户:youmo81
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
我编写的利用trous(多孔算法)实现小波变换,利用‘db4’小波函数分解两层,其中卷积运算采用频域的fft算法,给出了仿真信号的处理结果。
上传时间: 2015-05-26
上传用户:蠢蠢66
数字滤波器是一种具有频率选择性的离散线性系统,在信号数字处理中有着 广泛的应用。数字滤波器的设计实际上是确定其系统函数H (z)并实现的过程。本文介绍了 用MATLAB设计、实现和分析HR数字滤波器的方法。
上传时间: 2014-01-22
上传用户:yxgi5
基于DSP的中文电子阅读系统的研究,采用数字信号的办法,对输入信号进行处理
上传时间: 2015-06-08
上传用户:黑漆漆