-
PSOLA
语音合成PSOLA算法实现 语音合成PSOLA算法matlab实现(Speech synthesis psola algorithm achieve speech synthesis psola algorithm matlab
)
- 2021-03-17 18:19:21下载
- 积分:1
-
kohonen
kohonen网络的聚类算法—网络入侵聚类(Case 29 kohonen network clustering algorithm- Network Intrusion clustering)
- 2013-12-08 20:01:10下载
- 积分:1
-
hingpai_v21
计算多重分形非趋势波动分析matlab程序,基于K均值的PSO聚类算法,旋转机械二维全息谱计算。( Calculation multifractal detrended fluctuation analysis matlab program, K-means clustering algorithm based on the PSO, Rotating machinery 2-d holographic spectrum calculation.)
- 2016-05-27 12:14:17下载
- 积分:1
-
cancer
细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断(cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment)
- 2006-07-26 21:54:48下载
- 积分:1
-
sesan
非线性光学中光纤材料色散随波长变化的曲线仿真 matlab(Nonlinear optical fiber material dispersion versus wavelength curve simulation matlab)
- 2013-08-11 14:56:56下载
- 积分:1
-
mseq
根据m序列的原理,用于产生任意位的小m序列。(According to the principle of m sequences, used to generate random bit sequence of the small m.)
- 2009-10-27 10:50:20下载
- 积分:1
-
xiaoqiuyundong
运用MATLAB求解的小球在弹簧上的运动,希望对大家有用。(spring and pellet)
- 2010-12-15 16:53:03下载
- 积分: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
-
贝叶斯辨识
说明: 一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出.(a very useful identification of MATLAB Bayesian procedures, and results will be very smooth graphics output.)
- 2005-11-24 19:52:10下载
- 积分:1
-
ART
algebraic reconstruction technique
- 2011-12-06 10:57:26下载
- 积分:1