-
simplex
改进单纯形法寻优的MATLAB实现,提供源代码,对学习单纯形法有帮助。(Modified simplex method optimization MATLAB, providing the source code for learning the simplex method helpful.)
- 2010-08-11 22:41:07下载
- 积分:1
-
rayleigh-awgn-BPSK
用rayleighchan 函数仿真时要注意最后要做相位补偿(此问题是导师发现的)
程序步骤:
~产生随机序列
~产生瑞利信道
~调制
~记忆信道特征
~信号通过信道
~相位补偿
~加高斯噪声
~解调
~计算仿真误比特率
~计算理论误比特率
~不同颜色画出误比特率曲线对比(Function Simulation with rayleighchan last thing to note when the phase compensation (this issue is found mentor) program steps: ~ ~ generated random sequence modulation in Rayleigh Road, ~ ~ ~ memory characteristics of the signal channel by channel ~ ~ plus Gaussian noise phase compensation ~ ~ demodulation bit error rate calculation simulation of bit error rate calculation theory ~ ~ different colors to draw curves of bit error rate)
- 2011-01-08 11:27:58下载
- 积分:1
-
exa030903
离散付里叶补零算法,以及2D汉明窗的离散付里叶算法(discrete Fourier-zero algorithm, and 2D Hamming window of discrete Fourier algorithm)
- 2006-10-09 17:04:24下载
- 积分:1
-
MATLAB-Power-electronic
本文档是电力电子技术计算机MATLAB仿真实验,是学习电力电子MATLAB的好帮手(Power electronic technology computer MATLAB simulation experiment)
- 2012-11-18 18:57:35下载
- 积分:1
-
shiyan3
说明: 基于matlab实现的双线性变换法设计滤波器,对心电图滤波,得出幅频特性图(Matlab based on the realization of the bilinear transformation method designed filter, for filtering electrocardiogram obtained amplitude-frequency characteristic map)
- 2008-11-19 08:35:47下载
- 积分:1
-
HDI_Guide_310111
HDI Guide 310111 usefull doc
- 2014-12-06 00:05:04下载
- 积分:1
-
sengao
可以得到很精确的幅值、频率、相位估计,FMCW调频连续波雷达的测距测角,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。( You can get a very accurate amplitude, frequency, phase estimation, FMCW frequency modulated continuous wave radar range and angular measurements, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.)
- 2016-11-21 22:27:46下载
- 积分:1
-
matlabsimulation
卡尔曼滤波算法的仿真、最小二乘参数估计、整个电池管理系统的simulink仿真(Kalman filter algorithm simulation, least-squares parameter estimation, the whole of the battery management system simulink simulation)
- 2021-04-28 11:18:43下载
- 积分: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
-
calculatell
DNA编码序列算法,很好用的,可以学习学习(DNA sequence encoding algorithm, very good use, you can learn)
- 2013-09-01 16:56:36下载
- 积分:1