文件名称:CC1100_CPLD
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.21mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于CC1100和CPLD的时差法测距实验
以GPS秒脉冲为复位信号及开始计时的时间基准,
同时作为无线发射的触发信号。
计时由CPLD计数时钟脉冲实现,
当发射机发射完毕后CC1100模块给出中断,中止主机CPLD的计时,
得到发射时间脉冲数n1;
当接收机CC1100接收到数据包后,给出中断,
提醒单片机处理,并且中止接收部分CPLD的计时,
得到收到时间脉冲数n2。
由n2-n1乘以时钟周期可得电波的传播时间。
程序包括:CPLD计时器程序,单片机控制CC1100程序,简要的说明文档(有实物照片)
2009/10/10整理
沨-CC1100 and CPLD based on the time difference between France Ranging experiment to GPS PPS signal for the reset and start timing the time base at the same time as a wireless trigger signal emitted. Time counting clock pulses from the CPLD, when the transmitter launch CC1100 module is given after the interruption, suspension of the host CPLD timing, to be launch pulses n1 When the CC1100 receiver receives the data package, given interrupted to remind the single machine processing, and the suspension of receiving part of the CPLD of the timing, get the time of receipt pulses n2. N2-n1 multiplied by the clock cycles available to the travel time of radio waves. Procedures include: CPLD timer program, CC1100 MCU control program, a brief descr iption of the document (with things in photo), 2009/10/10 finishing Feng
以GPS秒脉冲为复位信号及开始计时的时间基准,
同时作为无线发射的触发信号。
计时由CPLD计数时钟脉冲实现,
当发射机发射完毕后CC1100模块给出中断,中止主机CPLD的计时,
得到发射时间脉冲数n1;
当接收机CC1100接收到数据包后,给出中断,
提醒单片机处理,并且中止接收部分CPLD的计时,
得到收到时间脉冲数n2。
由n2-n1乘以时钟周期可得电波的传播时间。
程序包括:CPLD计时器程序,单片机控制CC1100程序,简要的说明文档(有实物照片)
2009/10/10整理
沨-CC1100 and CPLD based on the time difference between France Ranging experiment to GPS PPS signal for the reset and start timing the time base at the same time as a wireless trigger signal emitted. Time counting clock pulses from the CPLD, when the transmitter launch CC1100 module is given after the interruption, suspension of the host CPLD timing, to be launch pulses n1 When the CC1100 receiver receives the data package, given interrupted to remind the single machine processing, and the suspension of receiving part of the CPLD of the timing, get the time of receipt pulses n2. N2-n1 multiplied by the clock cycles available to the travel time of radio waves. Procedures include: CPLD timer program, CC1100 MCU control program, a brief descr iption of the document (with things in photo), 2009/10/10 finishing Feng
(系统自动生成,下载前可以参看下载内容)
下载文件列表
时差法测距实验
..............\CPLD程序
..............\........\Timer FOR CC1101
..............\........\................\timer32 .vhd
..............\........\................\timer32+div.vhd
..............\单片机程序
..............\..........\C板 8 距离测试
..............\..........\..............\CC1100.H
..............\..........\..............\ComFun.h
..............\..........\..............\COMtest.plg
..............\..........\..............\STC12C2052AD.H
..............\..........\..............\主机
..............\..........\..............\主机.hex
..............\..........\..............\主机.lnp
..............\..........\..............\主机.M51
..............\..........\..............\主机.plg
..............\..........\..............\距离从机
..............\..........\..............\距离从机.hex
..............\..........\..............\距离从机.lnp
..............\..........\..............\距离从机.M51
..............\..........\..............\距离从机.plg
..............\..........\..............\距离测试 主机
..............\..........\..............\距离测试 主机.c
..............\..........\..............\距离测试 主机.hex
..............\..........\..............\距离测试 主机.lnp
..............\..........\..............\距离测试 主机.LST
..............\..........\..............\距离测试 主机.M51
..............\..........\..............\距离测试 主机.OBJ
..............\..........\..............\距离测试 主机.Opt
..............\..........\..............\距离测试 主机.plg
..............\..........\..............\距离测试 主机.Uv2
..............\..........\..............\距离测试 主机2.c
..............\..........\..............\距离测试 主机2.LST
..............\..........\..............\距离测试 主机2.OBJ
..............\..........\..............\距离测试 主机2.Opt
..............\..........\..............\距离测试 主机2.Uv2
..............\..........\..............\距离测试 主机2_Opt.Bak
..............\..........\..............\距离测试 主机2_Uv2.Bak
..............\..........\..............\距离测试 主机_Opt.Bak
..............\..........\..............\距离测试 主机_Uv2.Bak
..............\..........\..............\距离测试 从机.c
..............\..........\..............\距离测试 从机.LST
..............\..........\..............\距离测试 从机.OBJ
..............\..........\..............\距离测试 从机.Opt
..............\..........\..............\距离测试 从机.Uv2
..............\..........\..............\距离测试 从机_Opt.Bak
..............\..........\..............\距离测试 从机_Uv2.Bak
..............\系统说明.doc
..............\CPLD程序
..............\........\Timer FOR CC1101
..............\........\................\timer32 .vhd
..............\........\................\timer32+div.vhd
..............\单片机程序
..............\..........\C板 8 距离测试
..............\..........\..............\CC1100.H
..............\..........\..............\ComFun.h
..............\..........\..............\COMtest.plg
..............\..........\..............\STC12C2052AD.H
..............\..........\..............\主机
..............\..........\..............\主机.hex
..............\..........\..............\主机.lnp
..............\..........\..............\主机.M51
..............\..........\..............\主机.plg
..............\..........\..............\距离从机
..............\..........\..............\距离从机.hex
..............\..........\..............\距离从机.lnp
..............\..........\..............\距离从机.M51
..............\..........\..............\距离从机.plg
..............\..........\..............\距离测试 主机
..............\..........\..............\距离测试 主机.c
..............\..........\..............\距离测试 主机.hex
..............\..........\..............\距离测试 主机.lnp
..............\..........\..............\距离测试 主机.LST
..............\..........\..............\距离测试 主机.M51
..............\..........\..............\距离测试 主机.OBJ
..............\..........\..............\距离测试 主机.Opt
..............\..........\..............\距离测试 主机.plg
..............\..........\..............\距离测试 主机.Uv2
..............\..........\..............\距离测试 主机2.c
..............\..........\..............\距离测试 主机2.LST
..............\..........\..............\距离测试 主机2.OBJ
..............\..........\..............\距离测试 主机2.Opt
..............\..........\..............\距离测试 主机2.Uv2
..............\..........\..............\距离测试 主机2_Opt.Bak
..............\..........\..............\距离测试 主机2_Uv2.Bak
..............\..........\..............\距离测试 主机_Opt.Bak
..............\..........\..............\距离测试 主机_Uv2.Bak
..............\..........\..............\距离测试 从机.c
..............\..........\..............\距离测试 从机.LST
..............\..........\..............\距离测试 从机.OBJ
..............\..........\..............\距离测试 从机.Opt
..............\..........\..............\距离测试 从机.Uv2
..............\..........\..............\距离测试 从机_Opt.Bak
..............\..........\..............\距离测试 从机_Uv2.Bak
..............\系统说明.doc