-
spfilt
实现多种滤波的M函数,比如算数均值滤波、几何均值滤波、谐波均值滤波、逆谐波均值滤波等(M to achieve a variety of filtering functions, such as the arithmetic mean filter, geometric mean filter, harmonic filtering, inverse filtering, harmonic mean)
- 2010-11-16 16:57:00下载
- 积分:1
-
Helmholtz
迭代法求解Helmholtz方程的matlab代码(Iterative method for solving Helmholtz equation matlab code)
- 2011-08-27 10:09:25下载
- 积分:1
-
Matlab-technical-journals
matlab 技术期刊,对于学习matlab很实用(Matlab technical journals, it is very useful for learning matlab )
- 2013-12-05 21:57:32下载
- 积分:1
-
Asymmetric transmission
可以通过CST得到透射系数计算超材料的不对称传输系数(The transmission coefficient can be obtained by CST to calculate the asymmetric transmission coefficient of metamaterials.)
- 2021-03-30 17:59:09下载
- 积分: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
-
autoc
自回归模型相关的东东。(regression models related to the Eastern.)
- 2021-04-07 11:49:01下载
- 积分:1
-
dc_series_motor
motor dc control whith matlab
- 2013-07-31 21:53:56下载
- 积分:1
-
MatLab_BallonModel
matlab code for balloon model fMRI
- 2013-04-25 20:59:18下载
- 积分:1
-
STXJC
采用支持向量机对水天线进行检测和标记。效果还不错喔。(The water antenna is detected and marked by support vector machine.)
- 2020-06-20 09:40:01下载
- 积分:1
-
NoncoherentAGC
Coherent Reception of BPSK transmission
- 2010-06-28 23:14:17下载
- 积分:1