资源列表
MC-CDMA
- 改变不同的扩频增益以及正弦干扰时的误码率仿真-change the spreading gain sinusoidal interference and the BER simulation
RepeatEventTest
- 在J2ME游戏中仿真Key Repeat事件, 但对于手机这种小设备来说,连续按键很吃力, 这里提供连续按键的一种方便机制-J2ME game simulation in the Key Repeat incidents, but for such a small device for cell phone, keys for a hard, here for a convenient mechanism for keys
91331999CtrlBQ
- vc实现手机通讯通过串口与 BENQ 模块 M22 的通讯函数-vc through phone communications and BenQ serial communication module function M22
GDOP_HDOP
- GDOP & HDOP calculation for GPS asking for input arguments
bootloader
- iphone 控制程序代码 利用itunes 纯c-control code to use itunes iphone pure c++
iir_Butterworth_band
- 数字滤波器的iir的Butterworth带通滤波器-Digital Filter iir the Butterworth band pass filter
PAM_QPSK_System_BER_Simulation
- QPSK的误码率仿真和瑞利信道在AWGN下的仿真。-QPSK BER simulation and Rayleigh channel simulation in AWGN' s.
example5
- 一个经典的手机聊天系统的源代码适合于J2ME开发者学习-afsgsddddddddddddddddgdgg
qpskshapeing
- QPSK信号的根升余弦成型, 和QPSK信号的矩形成型-QPSK signal root raised cosine shaping And QPSK signal rectangular forming
example5
- J2ME聊天室开发 服务器运行,多个客户端都能够连接到服务器,注意,客户端还可以输入昵称。当连上时,服务器显示连上的人的昵称 客户端能给服务器端发信息,信息显示在各个客户端-J2ME chat room development server running, multiple clients are able to connect to the server, pay attention to, the client can also enter a nickname
ofdm_rayleigh_commtool
- technique d acces OFDM + modulation BPSK
Serial-communication
- 51单片机有一个全双工的串行通讯口,所以单片机和电脑之间可以方便地进行串口通讯。进行串行通讯时要满足一定的条件,比如电脑的串口是RS232电平的,而单片机的串口是TTL电平的,两者之间必须有一个电平转换电路,我们采用了专用芯片MAX232进行转换,虽然也可以用几个三极管进行模拟转换,但是还是用专用芯片更简单可靠。我们采用了三线制连接串口,也就是说和电脑的9针串口只连接其中的3根线:第5脚的GND、第2脚的RXD、第3脚的TXD。这是最简单的连接方法,但是对我们来说已经足够使用了,电路如下图所示,