-
双线性滤波器
一个双线性滤波器的设计,用MAtlab编的 (A bilinear filter design, Matlab series)
- 2008-12-18 00:09:59下载
- 积分:1
-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1
-
fft_1
已知两个序列x[n]=cos(n*pi/2), y[n]=ej*pi*n/4x[n],绘制X(ejw)和Y(ejw)和幅度和相角,说明它们的频移关系(The known two sequence x [n] = cos (n* PI/2), y [n] = ej* PI* n/4 x [n], draw x (ejw) and y (ejw) and amplitude and phase Angle, suggesting their frequency shift relationship
)
- 2012-04-24 20:17:48下载
- 积分:1
-
Pulse_Width_Modulator
this is model of sinus pulse width modulator
- 2015-01-23 22:08:58下载
- 积分:1
-
Modeler-Lecture
opnet的培训课件,三天的培训内容,包括了概念介绍,建模,调试,以及两个实例。(opnet training courseware, training days, including the introduction, modeling, testing, and two examples.)
- 2011-02-10 22:59:07下载
- 积分:1
-
huisexitong
说明: 介绍灰色系统的相关知识,有助于提高MATLAB对它的求解(Introduction gray system knowledge, contribute to its solution MATLAB)
- 2009-08-29 16:24:34下载
- 积分:1
-
comfac
comfac算法是三线性模型常见的数据检测方法。它首先将三线性数据通过tucker3模型压缩,然后通过最小二乘的方法不断更新数据,直到收敛,得到估计值( The algorithm works by first compressing the data using a Tucker3 models. Subsequently the
PARAFAC model is fitted to the compressed array, either initialized with DTLD (~ESPRIT) or
with PARAFAC-ALS. The solution is de-compressed to the original space, and a few safe-guard
PARAFAC-ALS steps are performed. Further optimization of this algorithm is possible, e.g.
if the data are very large, if the profiles are very correlated or if the noise is huge. This
、 has not been pursued here, in order to have a generally applicable algorithm)
- 2013-08-28 16:58:05下载
- 积分:1
-
progress-in-speech-compression
为了满足数字通信及其它商业应用的需求,语音压缩编码技术得到了迅速发展。介绍了目前语音压缩编码技术
的研究进展,主要包括连续可变斜率增量调制(CVSD)、小波分析、多脉冲激励线性预测编码、散布脉冲码激励线性预
测(DP-CELP)、多重脉冲散布非均匀代数码本激励线性预测(MPD-USACELP)、波形内插(Ⅷ)、线谱对(频率)(LSP)的量化(In order to satisfy deman凼of the digital communication and other commercial applicatiOils,
the speech compression technology has been developed rapidly.The present research progress in speech
compression technology is introduced in this paper including CVSD, wavelet analysis and its application
to speech coding,MPLPC,DP-CELP,MPD-USACELP,Ⅷand quantification of LSF.These algorithins)
- 2011-04-22 10:45:57下载
- 积分:1
-
work
在matlab上实现的遗传算法,采用二进制解码。很适合想用matlab实现自己的遗传算法的初学者,颇有参考价值(Genetic algorithm in matlab, using binary decoding. Very suitable for the genetic algorithm using matlab for beginners, are well worth)
- 2012-06-03 10:06:53下载
- 积分:1
-
matlabGAtoolbox
这是一个利用MATLAB遗传算法工具箱进行求函数最值的实际程序文档,对数学建摸及从事算法研究的人员具有很好的参考价值(This is a genetic algorithms using MATLAB toolbox function for the most value for the actual process documentation, mathematical modeling and algorithm engaged in the research staff has a good reference value)
- 2007-05-24 09:12:27下载
- 积分:1