-
LS_CE
mimo-ofdm中LS信道估计算法代码(mimo-ofdm channel estimation algorithm in LS code)
- 2013-12-04 17:04:26下载
- 积分:1
-
MatlabDataType
matlab的数据类型介绍,方便今后使用查看,(Data type in matlab)
- 2015-03-30 18:09:19下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
code1
ldpc encoding and decoding of different rates
- 2014-09-09 19:53:26下载
- 积分:1
-
GAPatrol--An-Evolutionary-Multiagent-Approach-for
In this work, we present a novel evolutionary multiagent-based simulation
tool, named as GAPatrol. Such system is devoted to the specification of
effective police patrol route strategies for coping with criminal activities happening
in a given artificial urban environment, which, in turn, mimics a real
demographic region of interest.
- 2013-11-24 20:30:00下载
- 积分:1
-
source-builder_elrpke
毕设题目,我用MATLAB程序编写的实现基于矢量量化的说话人识别系统,结合了cVnDbN算法。在给定的temp.wav录音文件的情况下,对不同的人的不同时间长度的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用步骤包括: 1 训练,2 kLMAhvJ, 3 测试 4, 输出结果。
(Complete set topic, I use a program written in MATLAB-based VQ speaker recognition system, combining cVnDbN algorithms. In the case of a given temp.wav audio file, voice different people different lengths of time were identified. Real-time recognition and text-independent speaker verification automatically. Use steps include: 1 training, 2 kLMAhvJ , 3 test 4, the output result.
)
- 2016-01-01 11:03:37下载
- 积分:1
-
C56766
Forensic science it the study of objects that relate to a crime. Forensic scientists study evidence so that it can be used in a court of law. Forensic scientists observe, classify, compare, use numbers, measure, predict, interpret data, and draw inferences based on evidence. In this lesson, students will use these science inquiry skills.In this dental image was classify by sift algorithm
- 2014-01-22 15:16:09下载
- 积分:1
-
MATLAB-PWM
利用Simulink建立起PWM产生电路,产生PWM波并对PWM波优化设计(Use Simulink to build PWM generation circuit for generating a PWM wave and PWM wave optimal design)
- 2014-11-30 15:35:08下载
- 积分:1
-
fft_plot
Fourier transform, and plot the shape
- 2009-06-01 17:59:41下载
- 积分:1
-
wimaxInter
OFDMA subchannel allocation has been wellstudied.
However, most of the available literature considers a
single cell system without cochannel interference. We present a
novel intercell interference avoidance scheme, in which the
downlink OFDMA subchannels are allocated through intercell
coordination in a multicell environment. The proposed scheme not
only aims to achieve maximized network throughput but also
focuses on providing improved throughput for cell or sector edge
users that are most affected by intercell interference
- 2009-12-31 18:39:00下载
- 积分:1