搜索资源列表
cml.1.6.2
- This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the channel,
Dial-Delphi
- 一个用Delphi写的拨号程序,包含源代码,非常值得一看-with Delphi was a dial-up procedures, including source code, is an eye-catcher
wcdma_RAKE_cpp
- 这是一个c++编写的WCDMA链路采用RAKE接收的方针源代码,希望对大家有帮助。-This is a c + + + using the WCDMA RAKE receiver link to the principle of source code, We want to help.
channel_decompose
- 这是一个适合于MIMO-OFDM系统信道的分解方式GTD和GMD的源代码,并附有相关的文章,希望对大家有用。-this is a suitable for MIMO-OFDM channel decomposition method GTD GMD and the source code , with related articles, we hope that the right useful.
fast
- Fax and soft modem source code. - Fast Version You can use this code to build a soft modem function in your embedded system.
slow
- Fax and soft modem source code. - Slow modem You can use this code to build a soft modem function in your embedded system. This is a slow version
ltmodem-0.9.9
- Ltmodem - a soft modem source code.
来电显示
- 最简来电显示源代码,有注释,直接查出连接modem的串口-Simplest CND source code, a note found directly linking the serial modem
Term.rar
- Win32API串口编程虚拟终端的一个源代码,可以用于对modem的控制,写自己的API程序是可以参考。,Win32API programming virtual serial port terminal, a source code, can be used for modem control API to write their own procedures are for reference.
modem
- 一个语音电话Modem源代码,基于VC++代码编写,它是通过调制解调器来进行语音电话开发的程序-Modem source code of a voice call, based on VC++ code is written, it is for voice calls via modem to the procedure developed
QPSK_BPSK
- 这个源程序代码包提供了通信系统中BPSK,QPSK调制解调方式 用matlab的实现,误码率性能-The source code package provides a communication system BPSK, QPSK modulation and demodulation method using matlab implementation, bit error rate performance
DSP
- 位同步也叫码元同步或比特同步,在数字通信系统中,接受端不论采用什么解调方式,都要用到码元同步。再模拟通信中不存在码元同步。我们知道消息是通过一连串的码元来表示并传递的,这些码元一般均具有相同的持续时间,接收端就收这些码元序列时,都必须知道每个码元的起该产生一个码元定时脉冲序列,-Bit synchronization code yuan, also known as synchronous or bit synchronization in digital communication syste
upline
- 用于拨号上网的一段VC6.0的源代码。功能可以简单设定。很简单,相信你看了自后就会明白。-For a period of dial-up service VC6.0 source code. Functions can be simple Settings. Very simple, I believe you watched from will understand.
tapiMODEM
- 本源代码是一个使用WINDOWS API函数直接开发MODEM通讯程序源码, 已通过测试。-Source code is a direct development using WINDOWS API function MODEM communication program source code, has been tested.
PhoneToModem
- A code for convert modem to a phone
Hamming_code74
- implementation of a (4,7) haming code
9f4c041b9cb0
- BFSK 调制解调 完整 代码 产生一个随机序列,用不同调制方式,它们的频谱图,和误码率。-BFSK demodulation complete code produce a random sequence, with different modulation mode, their spectrum diagram, and the bit error rate.
TAPI(VB)
- 使用vb制作的电话拨号程序,信号清晰稳定,代码简单-Phone Dialer to use the vb production, clear and stable signal, a simple code
AM
- AM MODULATION: It is matlab code for AM,DSBSC,SS B with carrier ,ISB, & multitone AM & their spectrum. AM is a technique used in electronic communication, most commonly for transmitting information via a radio carrier wave. AM works by varying the st
code
- winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc