-
chaoliuduojijingtai
这是基于matlab的一个用于线路分析计算的程序(This is based on a matlab for line analysis process)
- 2008-06-24 16:33:45下载
- 积分:1
-
tongjifx333
此程序为统计分析中常见的统计量的matlab程序,有详细注释.(the progroms is very good)
- 2013-07-31 11:18:07下载
- 积分:1
-
channel
在瑞利信道、莱斯信道以及受遮蔽的莱斯信道条件下的信道仿真(In the Rayleigh channel, fading channels and sheltered fading channels under the conditions of channel simulation)
- 2020-11-23 20:09:34下载
- 积分:1
-
mtt-cv-mff
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等(Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection)
- 2013-08-15 18:41:05下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
AFSAsuanfa
该算法是人工鱼群算法的matlab实现,有助于大家进一步了解人工鱼群算法(This algorithm is artificial fish school algorithm matlab implemen-tation, will help us further understanding of artificial fish school algorithm
)
- 2009-10-13 21:33:40下载
- 积分:1
-
subspaceTracking
标准的子空间跟踪算法,配合卡尔曼滤波算法,可用于移动用户跟踪(past-d subspace tracking )
- 2021-03-14 11:49:23下载
- 积分:1
-
1285930879859_0
在线字典的学习算法,此方法可以对大量的特征进行学习,完整的代码。(Online dictionary learning algorithm, this method can be for a lot of the characteristics of the study, the complete code.)
- 2012-04-24 21:23:50下载
- 积分:1
-
D3FDTD
时域有限差分法的matlab源代码 计算电磁场的各分量(code of the fdtd matlab
)
- 2010-11-24 10:20:09下载
- 积分:1
-
No--nearning-neural-network
无监督神经网络利用matlab能够有效的实现图像化,还能得到最有结果(Unsupervised neural network using matlab can effectively realize the image of, but also get the most results)
- 2013-10-16 22:58:51下载
- 积分:1