-
Chapter5
用Matlab实现滤波器模型与仿真的功能(Achieved with the Matlab function filter model and simulation)
- 2010-06-08 11:39:21下载
- 积分:1
-
faxiangliang_code
用matlab写的产生法向量程序,简单适用,可用于求中心点(Using matlab program written in vector generation method, simple and applicable, can be used to seek center)
- 2020-07-28 21:48:39下载
- 积分:1
-
ActiveModels
ActiveModels contains a Matlab toolset and examples for training and fitting AAMs (Active Appearance Models). Please refer to the code and included examples for its function. You must have an annotated database to use its features.
- 2011-12-30 13:39:27下载
- 积分:1
-
MATLABjiaoan
说明: matlab超经典的使用教程,内附详细图解,让你快速掌握常用算法(matlab Tutorial ultra classic, containing detailed illustrations, so you quickly master the commonly used algorithm)
- 2010-04-28 09:03:46下载
- 积分:1
-
MATLAB
基于数据建模正交矩阵分解程序,基于Matlab语言实现(Program for OMD of data-based modeling,implemented by using
matlab)
- 2011-04-27 11:28:07下载
- 积分:1
-
van
这是一个描述Van der Pol方程相轨线的程序,包含动画演示。(This is a description of the program of the Van der Pol equation rail line, including animation.)
- 2012-04-16 11:26:33下载
- 积分:1
-
123426
注水算法是根据某种准则,并根据信道状况对发送功率进行自适应分配,通常是信道状况好的时刻,多分配功率,信道差的时候,少分配功率,从而最大化传输速率。本文运用matlab通过对注水算法在mino系统中的三种不同的情况下进行了仿真,比较出在小信噪比时,相同信噪比下利用CSI的功率注水算法获得容量优于未知CSI的平均功率分配算法;相同容量下已知CSI信噪比比未知CSI时的信噪比小3dB.当信噪比增大到一定程度时,功率注水算法所获得的信道容量将收敛到平均功率分配的信道容量。(Water flooding algorithm is based on certain standards, and according to the channel condition to adaptive allocation of sending power, usually is a good moment, channel situation more distribution power, channel is poor, less power distribution, so as to maximize the transmission rate. This paper USES matlab based on water flooding algorithm in Austin system of three different cases are simulated and compared in small SNR, under the same SNR use CSI power allocation algorithm for capacity is superior to the average power allocation algorithm of unknown CSI Same capacity known CSI signal-to-noise ratio than the unknown CSI small signal-to-noise ratio of 3 db. When the signal-to-noise ratio increases to a certain degree, the power allocation algorithm for channel capacity will converge to the average power distribution channel capacity.
)
- 2013-09-03 20:28:15下载
- 积分:1
-
ICAICA-fixed-point-algorithms
我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。(I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
)
- 2011-10-18 19:59:13下载
- 积分:1
-
sanxiang
三相桥式全控整流电路
变压器 Yd11 联结(Three-Phase Full-Bridge Controlled Rectifier
Transformer Yd11 Connection)
- 2019-06-04 14:36:29下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1