-
A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样
A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的波形(同时给出前20位信源序列);C. 改用HDB3码,画出前20个符号对应的波形;D. 改用密勒码,画出前20个符号对应的波形;E. 分别对上述1000个符号的波形进行功率谱估计,画出功率谱;F. 改变信源“0”的概率,观察AMI码的功率谱变化情况;-have a length of 1,000 random binary sequence, "0" with a probability of 0.8, "a" with a probability of 0.2; B. above zero AMI data coding, and pulse width of symbols width of 50%, waveform sampling rate Symbol rate for the eight times that he painted before the 20 symbols corresponding waveforms (also given before 20 Source sequence); C. HDB3 code switch to depict the former 20 symbols corresponding waveform; D. Miller to switch codes to depict the former 20 symbols corresponding waveform; E. respectively above 1,000 symbols for the power spectrum waveform estimated to depict the power spectrum; F. Change source "0" the probability to observe AMI code changes in the power spectrum;
- 2022-05-24 14:06:42下载
- 积分:1
-
一个(k,n,K)的卷积码的维特比译码算法
一个(k,n,K)的卷积码的维特比译码算法-A (k, n, K) convolutional codes Viterbi decoding algorithm
- 2023-02-01 15:45:04下载
- 积分:1
-
文章中研究了OFDM系统的时间同步问题,分析了系统的时间偏差容忍度...
文章中研究了OFDM系统的时间同步问题,分析了系统的时间偏差容忍度-Research article in the OFDM system, time synchronization problems, analysis of system time deviation tolerance
- 2022-07-15 21:41:30下载
- 积分:1
-
In VC++ 6.0 using MSComm control programming, you can realize the serial receive...
在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参考。-In VC++ 6.0 using MSComm control programming, you can realize the serial receive data and send data, data were displayed on the receiver box and sent box. How do I create a project: create a new folder, and will extract the files using WINZIP, double-click Scommtest.dsw can open in VC6.0 project file. Author home page has a detailed program description, list each step, and can refer to.
- 2022-07-10 03:13:43下载
- 积分:1
-
滤波器的设计
FilterDesign
- 2022-08-07 08:43:44下载
- 积分:1
-
GPS经理
gps mgr-gps manager
- 2022-03-06 23:49:31下载
- 积分:1
-
Computer serial communication is used to achieve control of the GPRS module and...
利用计算机串口通信,实现对GPRS模块的控制,并进行英文及汉字的编码及发送功能。-Computer serial communication is used to achieve control of the GPRS module and the code in English and Chinese characters and send functions.
- 2022-09-28 12:00:10下载
- 积分:1
-
Gallager1963 LDPC published papers.
Gallager1963年发表LDPC论文。-Gallager1963 LDPC published papers.
- 2023-08-13 17:05:03下载
- 积分:1
-
Recording Pen procedure, Cheung intelligence Annex Recording Pen procedure, Cheu...
录音笔的程序,祥情见附件
录音笔的程序,祥情见附件-Recording Pen procedure, Cheung intelligence Annex Recording Pen procedure, Cheung intelligence annex
- 2022-01-22 00:40:47下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1