-
OFDMTransmission
在MATLAB仿真环境下,该程序是对OFDM系统的发送端的模拟仿真实现(In the MATLAB simulation environment, the program is the sending end of the OFDM system simulation experiment)
- 2010-08-26 15:58:25下载
- 积分:1
-
array
this is a matlab file for antenna array model
used in array antenna system
- 2009-06-13 12:31:31下载
- 积分:1
-
MATLAB-LoadFlow
用于计算机计算潮流的仿真运行程序,基于matlab程序编程的程序.(LOAD FLOW)
- 2011-11-16 14:41:03下载
- 积分:1
-
Fourier-Mellin-transform(FMT)
包含已提取过ROI的MSTAR的图像数据,可以用来作为目标识别的很好数据资源;包含傅里叶梅林变换提取不变特征的MATLAB程序(Containing the extracted image data of ROI MSTAR it can be used as a target to identify good data resources contains Fourier Mellin transform to extract invariant features of MATLAB program)
- 2015-12-17 12:14:47下载
- 积分:1
-
th_select
th_select program used in the denoising muticopie transformed images via wavelet
- 2010-07-04 17:08:46下载
- 积分:1
-
Singlevectorhydrophonesignalprocessing
介绍单矢量水听器的基本知识,单矢量水听器信号处理基础理论及方位估计性能还有一些试验数据分析(Introduced a single vector hydrophone in basic knowledge, a single vector hydrophone based on signal processing theory and the performance of DOA estimation and some test data analysis)
- 2009-05-11 10:55:41下载
- 积分:1
-
MIMO_MRI
MIMO MPC controll demo
- 2011-07-29 15:25:06下载
- 积分:1
-
CORDICvFinal
matlab中CORDIC算法用来开方,在0~2之间精度很高(matlab CORDIC algorithm is used in prescribing between 0-2 high precision)
- 2015-02-11 18:08:45下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
yangjinchuan
关于bpsk的ber仿真与理论性能比较,可运行(Ber simulation and theoretical performance on bpsk comparison, you can run)
- 2013-11-26 20:11:30下载
- 积分:1