搜索资源列表
tongyuankeshe
- 信号经过两个独立的信道传输,两个信道的信道复增益分别为 和 。 是独立同分布的复高斯随机变量,实部虚部独立、均值为0,实部虚部的方差都是1。采用某分集技术后输出的信噪比为 ,其中 是常数, 是在 之间均匀分布的随机变量。请就不同的 、 ,用仿真的方法画出 的累积分布函数。-signal after two independent Channel Tunnel, Channel 2 Channel Minute respectively, and gain. Independence is the
dpsk
- 利用vc++ 实现DPSK信号的调制,输入为二进制比特序列,输出为调整后的复数序列。dpskmod为调制好书。dpskdemod为解调函数-Vc++ to achieve DPSK modulation signal, the input binary bit sequence, the output is a complex sequence of adjustments. dpskmod modulation books. dpskdemod for the demodulation fun
dianzijisuanqi
- 一个简单的电子计算器,对复数类Complex重载+、-(减)、*(乘)、==(判等)、++(前置和后置),有助于类和运算符函数的学习。-A simple electronic calculator, the complex class Complex overload+,- (minus),* (x ),==( contracting, etc. ),++( pre-and post-), contribute to class and the operator function learnin
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro