联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 通讯编程(5) 
按平台查找All C/C++(5) 

[通讯编程] cnh

一个曼彻斯特编码解码器以及差分曼彻斯特编码解码程序,Vc6下编译通过
A Manchester decoder and differential Manchester encoding and decoding procedures, Vc6 compiled through (2018-12-30, C/C++, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1546141183956357.html

[通讯编程] 程序文件

能实现网络之间密钥传输并记录 对用户信息加解密
It can realize the key transmission between the network and record the encryption and decryption of user information. (2018-09-24, C/C++, 2113KB, 下载1次)

http://www.pudn.com/Download/item/id/1537757500715323.html

[通讯编程] Axe__and

LDPC的c代码 包括编码 解码 加噪声 校验矩阵 生成矩阵
The c code of LDPC includes encoding, decoding and generating matrix of noise check matrix (2018-07-29, C/C++, 155KB, 下载0次)

http://www.pudn.com/Download/item/id/1532873751695414.html

[通讯编程] galois.tar

通信信道中用到的加罗华域的一些生成函数,也包括了Reed-solomon的编码解码。
Communication channel used some of Le-hua domain generating function, also includes a Reed-solomon codecs. (2007-09-09, C/C++, 9KB, 下载4次)

http://www.pudn.com/Download/item/id/330452.html

[通讯编程] 曼彻斯特码

今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no_bits_sent记录串行输出的位数,应该是从0010到1001输出串行信号,到1010时编码结束,输出tbre表明编码完成。 问题是no_bits_sent在到了1010后还是会继续增加,直到1111,然后clk1x_enable 就为0,无法分频,clk1x就为一直流信号。这样当clk1x_enable再次为1的时候,no_bits_sent也不会增加,在1111上不变,clk1x_enable又会回到0了。
today they simply watched from across the Manchester encoding and decoding process, not feeling very well, simulation a bit more confused, we look at procedures to be ready this series so? Procedures longer, but should still write good, it should have read harvest. The thinking is this : one by a high-frequency clock signal detection international, if detected rising edge, it indicates the beginning of coding will be entered into the eight to serial data and coding, and then output. Two timing signals from the high-frequency clock frequency 16 hours after the the international rising edge after 16 minutes frequency to enable the coding after the end of Prohibition-frequency output. 3 no_bits_sent record median serial output, it should be from 0010 to 1001 serial output signal to the end of (2005-09-24, C/C++, 5KB, 下载179次)

http://www.pudn.com/Download/item/id/115104.html
总计:5