搜索资源列表
曼彻斯特码
- 今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no_bits_sent记录串行输出的位数,应该是从0010到1
用cpld实现曼彻斯特编码2
- 此曼彻斯特码的解码程序是采用VHDL硬件语言编写的。-this procedure code decoder VHDL hardware is used to prepare the language.
曼彻斯特编解码 Xilinx提供_vhdl
- 曼彻斯特编解码 Xilinx提供的VHDL的源代码-Manchester codec Xilinx provide VHDL source code
mcst
- 单片机曼彻斯特解码程序,在Keilc环境下调试通过-microcontroller decoding procedures, the Keilc through debugging environment
manchesterdecoder
- 曼彻斯特解码程序,用VHDL语言编写,和编码程序配套使用
曼彻斯特编解码Verilog代码
- 曼彻斯特编解码Verilog代码 .zip-Manchester codec Verilog code. Zip
曼彻斯特编解码器设计
- Verilog的曼彻斯特编解码
UHF+RFID中曼彻斯特及FM0编解码解决方案
- 曼彻斯特及FM0编解码解决方案
通用曼彻斯特RFID读卡程序
- 一个通用的曼彻斯特解码程序
Manchester.rar
- 曼彻斯特编解码源代码,还包含曼彻斯特码的说明文档,Manchester Encoder-Decoder
Manchester
- 使用C语言编写的曼彻斯特编码和解码功能函数-Written in C language with Manchester encoding and decoding functions
200681556499797
- 曼彻斯特编解码 用vhdl编写的,经过quartus功能仿真测试过了的-Manchester codec prepared using VHDL, the Quartus functional simulation has been tested
md
- 基于VHDL语言实现的曼彻斯特解码。 -VHDL manchester decode
DifferentialManchestercodedecodingverilogcode
- 差分曼彻斯特码解码的verilog代码 -Differential Manchester code decoding verilog code
manchester
- 1553B曼彻斯特编解码程序,用于总线通信-1553 decode and encode
manch
- 该文件是一个完整的工程文件,用VerilogHDL语言编写,包括曼彻斯特编码器的设计文件和仿真测试文件以及解码器的设计文件和仿真测试文件。在Modelsim中仿真测试通过。-The document is a complete project file, with VerilogHDL languages, including the Manchester encoder design documents and simulation test files and decoder design
Manchester_codec
- 曼彻斯特编解码器,本程序实现模拟MIL-STD-1553B总线上的数据格式-Manchester codec, the procedure for analog MIL-STD-1553B bus data format
bishe6
- 基于VHDL的曼彻斯特编解码的设计程序及仿真波形-Manchester code
manchester
- 源码包含三个模块,数据发送模块是读取FIFO中的数据后,将并行数据转换为串行,同时对串行数据进行曼彻斯特编码输出。数据接收模块是对接收的数据进行曼彻斯特解码。FIFO控制器模块将接收的串行数据转换为并行,并存储。 曼彻斯特解码部分本文采用了过采样技术,使用了一个8倍时钟进行采样。每一个数据周期采样8次,每四次采样确定一个状态,如果采样到三次及以上高电平则认为是高状态,否则认为是低状态。状态由高到底则是数据0,由低到高则是状态1。-Source consists of three module
Manchester-decoder
- 完成了曼彻斯特解码,实现了读ID卡功能。单AVR。-Manchester finished reading decoding, realizes the function of ID card. The single AVR.