-
pcm
pulse code modulation
using simulink
- 2011-02-09 00:47:45下载
- 积分:1
-
Matlab
基于Matlab的一个最简单的人脸检测程序 ,本程序是基于肤色的人脸侦测程序,较为简单(Based on Matlab a simple face detection program, the program is based on the color of the face detection process, a relatively simple)
- 2013-05-26 02:35:50下载
- 积分:1
-
LDPCBSN
LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G)
(LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder, probability-domain SPA decoder, log-domain SPA decoder, and simplified log-domain SPA decoder.)
- 2009-03-14 11:01:22下载
- 积分:1
-
myfftupload
its a nice code. i found it for fft bit reversal
- 2010-05-27 19:57:46下载
- 积分:1
-
lsarma
两步最小二乘arma法,k为算法中带估计的ar参数个数(Two-step least squares arma method, k is the algorithm with a number of parameters estimated ar)
- 2011-06-16 18:57:34下载
- 积分:1
-
Fingerprint
A little example for Audiofingerprinting in Matlab that shows how shazam took it first steps
- 2013-05-03 17:03:34下载
- 积分:1
-
mpskclc
多径信道下基于循环谱特征的调制识别算法,BPSK,QPSK,FSK,MSK的循环谱(Multipath channel characteristics based on cyclic spectrum modulation recognition algorithm, BPSK, QPSK, FSK, MSK cycle spectrum)
- 2014-06-24 10:50:59下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1
-
shuntaichuanre12
针对多层导热特性的一个简单分析模型,可通过对不同层材料特性的设置,核算材料温度的变化。 (A simple model for the analysis of the thermal properties of the multilayer may be provided by the material properties of the different layers, accounting material temperature variations.)
- 2013-12-19 23:26:54下载
- 积分:1
-
usematlabdesignafilter
用MATLAB设计一个低通和带通滤波器,传统的数字滤波器的设计过程复杂,计算工作量大,滤波特性调整困难,影响了它的应用。本文介绍了一种利用MATLAB信号处理工具箱(Signal Processing Toolbox)快速有效的设计由软件组成的常规数字滤波器的设计方法。给出了使用MATLAB语言进行程序设计和利用信号处理工具箱的FDATool工具进行界面设计的详细步骤。(design a digital filter use matlab)
- 2010-08-12 14:37:33下载
- 积分:1