-
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
-
energydetection
说明: 用MATLAB软件进行仿真能量检测频谱感知算法(MATLAB software to simulate the energy use of spectrum sensing algorithm for detecting)
- 2011-03-23 17:19:23下载
- 积分:1
-
matlab_KALMAN_filtering
对输入的信号进行卡尔曼滤波。内插信号,wiener滤波(of input signals Kalman filter. Interpolation signal Wiener filter)
- 2020-07-09 14:18:56下载
- 积分:1
-
pso-2
经典粒子群算法的matlab实现。用多维函数进行测试。并给出算法寻优迭代的效果图(Classical PSO algorithm matlab. Tested with multi-dimensional functions. And gives an iterative optimization algorithm renderings)
- 2014-02-18 16:19:46下载
- 积分:1
-
粒子滤波器&Copula
包含粒子滤波器,卡尔曼滤波,Copula函数的应用,适合适合新手学习,共享(Including particle filter, Calman filter, Copula function application, suitable for novice learning, sharing)
- 2017-12-09 09:51:48下载
- 积分:1
-
libsvm-mat-2.89-3-[farutoUltimateVersion1.0]
matlab libsvm工具箱,有价值(matlab libsvm toolbox, valuable)
- 2010-06-23 02:10:35下载
- 积分:1
-
Hidden_Markov_model_for_automatic_speech_recogniti
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models.
- 2007-10-26 19:01:21下载
- 积分:1
-
SoftThreshCurv
说明: 曲波软阈值处理,对已有算法的改良计算,详见程序内部的英文说明 。
(SoftThresh.m- Curvelet soft-thresholding.no more .thx.enjoy.)
- 2011-02-22 21:06:46下载
- 积分:1
-
tf_ubss
基于时频分析的欠定盲源分离算法,其中用到联合对角化的算法以及理论(Blind source separation algorithm based on time-frequency analysis due to which the use of algorithms and theory of joint diagonalization)
- 2015-07-02 19:37:19下载
- 积分:1
-
pingfangbaoluo
基于平方包络的PSK 信号的码元速率估计。(Symbol rate is estimated based on square envelope QPSK signal. mpsk function and test_signal in cwt compressed package.)
- 2020-09-21 16:57:53下载
- 积分:1