-
QDPSK
qdpsk调制,含子程序,qdpsk调制(qdpsk prepared, containing subroutine)
- 2021-03-21 18:19:17下载
- 积分:1
-
SuperPixel
matlab版的slic超像素分割代码,非常实用,效果很好(matlab version of the super slic pixel-division code, very practical, very good)
- 2021-04-28 20:08:43下载
- 积分: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
-
svpwm_pulsegen
a three level inverter using simulink
- 2009-06-01 10:14:24下载
- 积分:1
-
LDPC-Code-Rate-1_2
Matlab software that generates LDPC parity check matrix of rate 1/2 with the possibility of selecting the input output block dimension and performs BER evaluation of BPSK+LDPC transmission over AWGN channel.
- 2014-10-08 20:19:58下载
- 积分:1
-
GPS_weiju
根据导航文件数据对GPS伪距求解以及卫星位置计算(According to the file data on the GPS navigation solution and the pseudo-range calculation of satellite position)
- 2020-12-12 13:49:16下载
- 积分:1
-
peridogramse
本程序在MATLAB开发环境下,用周期图谱估计的方法对信号的频谱进行了估计,估计结构为两个频率分量。(The procedure developed in the MATLAB environment, with the cycle map estimation method to estimate the signal s spectrum, estimated structure for the two frequency components)
- 2010-07-20 19:07:02下载
- 积分:1
-
signalmodels
Signal models, echo cancelations adaptive filtering
- 2010-11-29 17:07:25下载
- 积分:1
-
j.automatica.2007.01.015
LMI-based sensor fault diagnosis for nonlinear Lipschitz systems
- 2014-09-18 22:57:47下载
- 积分:1
-
pro_bhp
this is one of the best satelite code in the world to find the look angle
- 2013-08-23 12:03:07下载
- 积分:1