-
fangzheni
质心加权算法质心加权算法质心加权算法质心加权算法(Weighted centroid algorithm weighted centroid algorithm weighted centroid algorithm weighted centroid algorithm)
- 2010-06-07 12:07:38下载
- 积分:1
-
xiaoboshenjingwangluo
说明: 搜集的小波神经网络程序
初学小波神经网路,四处搜集的代码,希望与大街共同讨论学习:
小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂
(Wavelet neural network program to collect beginners neural network, collected around the code, I hope to discuss with the Avenue Learning: neural network, genetic algorithm neural network code, test can be used, but not really understand the principle of specific)
- 2011-03-08 11:36:25下载
- 积分:1
-
MATLAB_image_processing_code
说明: matlab图像处理 基础的各种算法代码 以供大家一起参考学习(MATLAB_digit_processing_code )
- 2010-05-03 17:07:04下载
- 积分:1
-
FH-simulation
By using this matcode codes a simple frequency Hopping system can be simulated. The number of frequencies to be used can be changed by changing the parameters
- 2014-02-20 19:26:34下载
- 积分:1
-
Untitled
说明: MATLAB代码实现PID自适应控制(MATLAB and PID control)
- 2019-04-28 10:44:58下载
- 积分:1
-
IUVS--huabianyuan
超声IUVS图像需要画边缘,手工画点,自动平滑(Need to draw the ultrasound IUVS image edge, hand-painted point, automatic smooth)
- 2012-06-09 23:00:16下载
- 积分: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
-
ch3
matlab学习的相关例程,供大家学习参考,希望多多交流,共促进步,谢谢大家!(Matlab learning related routines for people to study, reference, hope more exchange, total promote steps,Thanks!)
- 2012-04-06 14:06:57下载
- 积分:1
-
fourierica
FourierICA是一种无监管的自适应学习方法,用于盲源分离问题,将短时傅里叶变换STFT与独立分量分析ICA相结合。(FourierICA is an unsupervised learning method suitable for the analysis of bss.The method performs independent component analysis(ICA) on short-time Fourier transforms of the data. )
- 2015-01-28 10:49:37下载
- 积分:1
-
D算法
说明: 一种路径规划算法,算法的主要功能是实现无人机的路径规划功能(A path planning algorithm. The main function of the algorithm is to realize the path planning function of UAV.)
- 2020-06-19 07:20:02下载
- 积分:1