-
cnv_encd
实现卷积编码功能的matlab程序,参数可设。(source code for convolutional encoding)
- 2012-04-27 16:02:11下载
- 积分:1
-
Fourier-matlab
主要介绍几种函数的傅里叶变换,及傅里叶函数变换的matlab实现(Several functions introduced Fourier transform, and the Fourier transform matlab realization function)
- 2013-11-07 20:16:21下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
LMS
说明: 用于计算最小均方误差的代码,包含了归一化的uniform函数(Used to calculate the minimum mean square error of the code, including the normalization of the uniform function)
- 2010-04-04 17:49:45下载
- 积分:1
-
personNum
今年计算机学院研究生入学复试分多个小组。现在老师需要知道每组复试同学中男生和女生的人数。请你编写程序分别统计出男女生的总人数。
Input
输入的第一行是一个数t(0 < t < 10),表示有t组测试用例。
对于每组输入数据有两行,第一行是一个正整数n(1 < n < 1000),表示参加该组复试的总人数。接下来一行有n个整数(取值为0或1),0代表男生,1代表女生,整数间由一个空格隔开。
Output
对于每组测试用例,输出一行,由两个数组成,用一个空格隔开,分别表示男生和女生的总人数。
Sample Input
2
2
1 0
7
0 1 0 0 1 1 0
Sample Output
1 1
4 3
(Statistics person)
- 2014-12-31 10:33:15下载
- 积分:1
-
QPSK-MBOFDM
QPSK-MBOFDM发射接收机
QPSK调制的多频带OFDM(MB-OFDM)发射机,经过加性高斯噪声信道,接收机判断误码率。
(QPSK-MBOFDM launch QPSK modulation receiver multiband OFDM (MB-OFDM) transmitter, through the additive Gaussian noise channel, the receiver determine the error rate.)
- 2010-05-19 21:10:13下载
- 积分:1
-
vchengxu
本人找到的用来处理matlab数据的一个小程序,希望有用(I find the data used to handle Matlab a small procedures in the hope that useful)
- 2007-06-17 08:43:58下载
- 积分:1
-
基于matlab平台的LTE系统级仿真
基于matlab平台的LTE系统级仿真 维也纳大学的开源代码(Matlab-based LTE system-level simulation platform)
- 2014-06-07 11:05:50下载
- 积分:1
-
matlabsimulation
7位巴克码的matlab仿真,7位巴克码的matlab仿真,7位巴克码的matlab仿真.(7bit Baker matlab simulation,)
- 2021-03-08 16:59:28下载
- 积分:1
-
Yuv2Mov
读取YUV格式的的文件,将YUV转换为matlab的Mov格式。(Read YUV format files to YUV conversion matlab Mov format.)
- 2013-01-10 20:38:04下载
- 积分:1