搜索资源列表
-
0下载:
生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的.. 开发工具:matlab-Health for a long 1,000 random binary sequence, "0" with a probability of 0.8, "a" with a probability of 0.2; B. above
-
-
0下载:
M伪随机序列生成器算法
这个Matlab算法用于生成二元、三元及五级的,m序列。可以用于直接扩频通信等
系统中的,伪随机序列生成器。-M pseudo-random sequence generator algorithm for the Matlab algorithm is used to generate binary, ternary, and five of the, m sequence. Can be used to direct spread spectrum commu
-
-
0下载:
这是一个用MATLAB语言编写的程序,这个程序可以实现产生一个随机数,完成这个随机数从十进制到二进制之间的转化,并仿真出频域图形-This is a MATLAB language with procedures, which can generate a random number, the completion of this random number from decimal to binary conversion between, and the frequency-domain s
-
-
0下载:
AMATH 410
Review:
Implementing basic probability concepts in MATLAB,The rand command and binary-valued random variables
-
-
0下载:
M伪随机序列生成器算法
这个Matlab算法用于生成二元、三元及五级的,m序列。可以用于直接扩频通信等
系统中的,伪随机序列生成器。-M pseudo-random sequence generator algorithm for the Matlab algorithm is used to generate binary, ternary, and five of the, m sequence. Can be used to direct spread spectrum commu
-
-
0下载:
产生一组随机的0、1二进制比特序列,分别用2ASK, 2FSK, 2PSK和2DPSK四种调制方式把它们调制到一个较高的载频上,结果给出前8个比特所对应的时域波形。-0,1 generate a set of random binary bit sequence, respectively 2ASK, 2FSK, 2PSK and 2DPSK four kinds of modulation modulation them to a higher carrier frequency, the r
-
-
0下载:
生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMII编码,脉冲宽度为符号宽度的50 ,波形采样率为符号率的8倍,画出前20个符号对应的.. 开开发工具:matlab
-Birth to a length of 1000 random binary sequence, the probability of " 0" 0.8, " a" probability of 0.2 zero AMII en
-
-
0下载:
在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。
下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。
-Said signal in MATLAB conventional format is a vector or matrix. In
-