-
BessDerivZerosBisect2
solution of bessel function
- 2010-07-07 13:30:58下载
- 积分:1
-
GPS基本原理及其matlab实现
关于《GPS基本原理及其matlab实现》一书的程序,有参考价值(About GPS basic principles and its matlab implementation, a Book of procedures, reference value)
- 2017-09-25 16:25:23下载
- 积分: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
-
EE562_A2_Q4
Assignmnet of adaptive filtering
- 2013-04-10 18:27:10下载
- 积分:1
-
Graph-algorithm-and-Matlab-program
求单源最短路径的Dijkstra算法的Matlab程序
求Euler回路的Fleury算法的Matlab程序
求最小生成树的Prim算法的Matlab程序
求Huffman树的Matlab程序
最大流算法Matlab程序
求任意两点间最短路的Floyd算法的Matlab程序
(Seeking single-source shortest path Dijkstra algorithm Matlab program
Euler circuit Fleury seeking algorithm Matlab program
Seeking Prim minimum spanning tree algorithm Matlab program
Matlab program seeking Huffman tree
The maximum flow algorithm Matlab program
Seeking the shortest path between any two points of the Floyd algorithm Matlab program
)
- 2015-01-07 11:30:29下载
- 积分:1
-
2CPFSK
二元CPFSK的 不开根升余弦成型函数调制及解调,
解调法采用了8倍采样的最终点解调.(Binary CPFSK not open root raised cosine shaping function of modulation and demodulation, the demodulation method using 8 times the final sampling point of demodulation.)
- 2010-08-31 11:53:12下载
- 积分:1
-
facts
matlab simulation on pswpm
- 2012-04-22 23:41:36下载
- 积分:1
-
chapter-5-programs
《最优阵列处理》第五章matlab程序,本人重新修改和注释过,比原来的更容易看懂(Optimal array processing, "the fifth chapter of the matlab program, I re-edit and annotate over, than the original easier to understand
)
- 2012-05-02 16:14:01下载
- 积分:1
-
ica
fastica算法,去除眼电,实现对脑电的去噪处理(fastica algorithm to remove the EOG)
- 2020-09-20 15:17:53下载
- 积分:1
-
trackmpc
Model Predictive Control Traker. matlab File
- 2013-06-23 21:41:55下载
- 积分:1