-
fd-psola
基于频域基音同步叠加的语音合成算法,在时域基音同步叠加的基础上增加频域调整的部分(Speech synthesis algorithm based on frequency domain pitch synchronous overlap and increase the frequency domain adjusted on the basis of the time-domain pitch synchronous superimposed on part)
- 2021-03-02 21:19:33下载
- 积分:1
-
上传文件
基于遗传算法进行戴维宁电池模型的参数辨识。(Parameter Identification of Thevenin Battery Model Based on Genetic Algorithm.)
- 2020-11-27 12:09:32下载
- 积分:1
-
hangsie
利用最小二乘算法实现对三维平面的拟合,计算多重分形非趋势波动分析matlab程序,最小均方误差等算法的MSE的计算。( Least-squares algorithm to fit a three-dimensional plane, Calculation multifractal detrended fluctuation analysis matlab program, Minimum mean square error MSE calculation algorithm.)
- 2016-09-28 17:04:55下载
- 积分:1
-
JPDA
matlab简单实现多目标跟踪的JPDA算法,供初学者参考(JPDA algorithm for multi-target tracking based on MATLAB. The reference for beginners.)
- 2020-08-18 19:48:20下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
geneticAlgorithm
遗传算法MATLAB程序包遗传算法MATLAB程序包
遗传算法MATLAB程序包
(genetic algorithm programming package)
- 2010-12-17 14:33:00下载
- 积分:1
-
matlab-fir
用窗函数法设计FIR数字滤波器,能熟悉矩形窗、海宁窗、汉明窗和布莱克曼窗。掌握用上述窗函数法设计FIR数字滤波器的原理和方法。熟悉线性相位FIR数字滤波器特性。了解各种窗函数对滤波特性的影响。
(FIR window design with a digital filter function can be familiar with the rectangular window, Haining window, Hamming window and Blackman window. Master window function with the FIR digital filter design theory and methods. Familiar with linear phase FIR digital filter characteristics. Learn a variety of window function on the filter characteristics.)
- 2011-04-28 22:02:12下载
- 积分:1
-
cwts-specs-010RLC
IMT-DS FDD(WCDMA)系统无线接口层2技术规范:
无线链路控制(RLC)协议
IMT-DS FDD(WCDMA) System Radio Interface Layer2 Technical Specification:
Radio Link Control(RLC) Protocol
(IMT-DS FDD (WCDMA) radio interface layer 2 system specification: Radio Link Control (RLC) protocol IMT-DS FDD (WCDMA) System Radio Interface Layer2 Technical Specification: Radio Link Control (RLC) Protocol)
- 2010-12-09 09:58:00下载
- 积分:1
-
edge_filter_linear
1、均值平滑、中值平滑和低通滤波平滑
2、高斯拉普拉斯算子对图像边缘的增强,
3、彩色图像的锐化,(1, the mean smoothing, median smoothing and smoothing low pass filter 2, Laplacian of Gaussian edge enhancement, 3, color image sharpening,)
- 2010-12-12 21:04:02下载
- 积分:1
-
FFTReconstruction
可以实现全息图的一次快速傅里叶变换,对全息图进行再现,也可以用于全息干涉图的再现(Hologram can be achieved in a fast Fourier transform, reconstruction hologram can also be used for reproduction of holographic interferograms)
- 2021-04-14 16:48:55下载
- 积分:1