搜索资源列表
manchester
- 用verilog HDL实现曼彻斯特编码的源码-with Manchester Verilog HDL source code
Manchester-AVR
- Manchester码解码算法的AVR单片机实现
Manchester.rar
- 曼彻斯特编解码源代码,还包含曼彻斯特码的说明文档,Manchester Encoder-Decoder
Manchester
- 使用C语言编写的曼彻斯特编码和解码功能函数-Written in C language with Manchester encoding and decoding functions
manchester-coding
- 使用51单片机进行曼彻斯特编解码,编码程序中有同步头,结束位设置,解码有查找同步头,有效跳变检测等程序,内有proteus仿真原理图-With 51 single-chip codec to Manchester, there are sync, the end bit is set, decode sync with search, detection procedures are not effective, there proteus simulation schematic
manchester
- 最简单的曼彻斯特编码 matlab实现 rfid typeA中的曼彻斯特编码-Most simple Manchester coding matlab implementation
graphing
- 1100011001的非归零码、曼彻斯特编码、差分曼彻斯特编码、调幅(ASK)、调频(FSK)和调相(PSK)的编码波形示意图-1100011001 of the NRZ, Manchester encoding, differential Manchester encoding, AM (ASK), frequency modulation (FSK) and phase modulation (PSK) waveform diagram of the coding
manchester_code
- 曼彻斯特编码函数.将输入的字节转换为曼彻斯特编码输出.-Manchester encoding function. Would be bytes of input into Manchester encoded output.
manchester
- 该程序主要是完成曼彻斯特码的,编码,同步,加噪,译码,计算误码率等功能。-the program main contain manchester code, synchronization, add the gauss noise and so on
Manchester
- 用matlab实现的曼彻斯特编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的郭文斌的通信原理课件上的形状一模一样。-Manchester encoding with a matlab implementation. 50 duty cycle (adjustable). Draw time-domain waveform and frequency domain power spectral density. The results with the Beijing Un
manchester-decoder-encoder
- Manchester Encoder - Decoder-Manchester Encoder- Decoder
piccontrolu2270
- 使用PIC芯片控制U2270读取125KHz ID卡卡号,因为所使用的PIC资源很少,此程序极为精简,包含中断曼切斯特解码和校验全过程,非常实用。-The use of PIC chip control U2270 Read 125KHz ID card number, because the use of PIC scarce resources, this program is extremely streamlined, with interruption of Manchester de
200681556499797
- 曼彻斯特编解码 用vhdl编写的,经过quartus功能仿真测试过了的-Manchester codec prepared using VHDL, the Quartus functional simulation has been tested
Manchester
- “Manchester码(双相码)编码器- Manchester Code (two-phase code) encoder
manchester-code
- 曼彻斯特编码技术用电压的变化表示0和1。规定在每个码元中间发生跳变。高→ 低的跳变表示0,低→ 高的跳变表示为1。每个码元中间都要发生跳变,接收端可将此变化提取出来作为同步信号,使接收端的时钟与发送设备的时钟保持一致-Manchester coding techniques that use voltage changes in 0 and 1. Provisions in the middle of each symbol hopping happen. High → low hopping
Manchester
- 16 位 二进制 随机数 生产 函数和Manchester编码-16-bit binary random number production function and Manchester encoding
manchester
- verilog 实现manchester编解码,最高速率5mhz-verilog manchester code to achieve the highest rate of 5mhz
manchester
- 源码包含三个模块,数据发送模块是读取FIFO中的数据后,将并行数据转换为串行,同时对串行数据进行曼彻斯特编码输出。数据接收模块是对接收的数据进行曼彻斯特解码。FIFO控制器模块将接收的串行数据转换为并行,并存储。 曼彻斯特解码部分本文采用了过采样技术,使用了一个8倍时钟进行采样。每一个数据周期采样8次,每四次采样确定一个状态,如果采样到三次及以上高电平则认为是高状态,否则认为是低状态。状态由高到底则是数据0,由低到高则是状态1。-Source consists of three module
nrz and manchester
- model simulink of manchester and nrz modulation
manchester
- 关于曼彻斯特码和差分曼切斯特码在matlab中的程序实现,可运行(THE MANCHESTER OF MATLAB)