-
gkdj
以为高斯和密度估计,使用高斯核的非参数密度估计方法,对样本进行概率密度估计,程序中给出了窗宽的估算公式。(That the Gaussian and density estimation, using Gaussian kernel non-parametric density estimation method, the sample probability density estimates, the program gives the formula for bandwidth estimation.)
- 2010-06-21 09:55:47下载
- 积分:1
-
MATLAB5.X
MATLAB5.X程序设计语言.pdf喜欢matlab的可以看一下(MATLAB5.X programming language. Pdf like matlab can look at)
- 2007-11-08 05:40:19下载
- 积分:1
-
SNDR
模数转换器 ADC的SNDR,SFDR计算函数(ADC SNDR, SFDR calculation function)
- 2011-07-03 09:35:56下载
- 积分:1
-
RBF
RBF人工神经网络的分类和回归方法的仿真(RBF artificial neural network classification and regression simulation)
- 2011-09-05 23:31:09下载
- 积分:1
-
VisualC_
基于遗传算法的组卷设计,此为书籍版本。。。。(Design based on genetic algorithm test paper, this is the book version. . . .)
- 2011-01-01 17:13:33下载
- 积分:1
-
the-dynamic-programming
利用matlab实现的动态规划源码
包含了动态规划论文和仿真实例(Use matlab to achieve the dynamic programming source code)
- 2011-10-25 20:40:55下载
- 积分: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
-
antenna
Antenna show, how is working
- 2011-12-02 23:31:37下载
- 积分:1
-
lvboqi
是一个滤波器程序,是我借鉴别人的,可以用但没具体编译过,大家可以拿来试试(Is a filter program, I draw lessons others, can use but no specific compiled, you can try
)
- 2015-01-28 09:51:33下载
- 积分:1
-
monituihuo
matlab模拟退火智能优化算法,求取最短路径,已通过验证(matlab simulated annealing optimization algorithm intelligent, calculating the shortest path has been verified)
- 2015-05-01 16:49:50下载
- 积分:1