⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 QPSK调制Modem的C实现及文档说明
💻 TXT
字号:
This is a readme file for using(running) the DQPSK modem simulation.

1. To compile the simulation program, you will need a Borland C++ 5.0 compiler or
   an equivalent C++ compiler.
2. The main program is in the file "DQPSKmodem.cpp", so make sure you build this
   file ONLY!!!
2. Before running the simulation program, you will need to create an
   input file("InputParameters.txt") for the program first. 
3. To modify the parameters to the program, open this input file and modify it
   accordingly.
4. Go to DOS-prompt and type the executable program name to start the program.

5. You might also need to look at the "backgrounds.doc" for some background 
   theories which might help you to understand the program
6. If you have any problems on running the program, feel free to send me 
   an e-mail:    4cl2@qlink

*******************************************************************************

Sample output of the program:

Transmitting 10000(100 for training)bits...
Adding AWGN(variance=150 Mean=0)...
Receiver 0 Receiving...
Receiver 0 Detecting...
Receiver 0 Shuting down...
Receiver 0 timing adjustments(data mode)...: 0
Receiver 1 Receiving...
Receiver 1 Detecting...
Receiver 1 Shuting down...
Receiver 1 timing adjustments(data mode)...: 0
Calculating SNR...
Calculating BER...

=================================
Total bits compared: 9886
   Total error bits: 0
     Bit Error Rate: 0
            SNR(dB): 14.352
=================================

********************************************************************************


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -