-
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
-
bianyuantiqu
对图像进行逐点计算,并且取最大值和最小值的差值作为该点新的灰度值。
在区别边缘点和非边缘点时,首先确定一个阈值T,若图像中像素点的新
值大于该门限值,则可以初步确定为边缘点,小于T的新值被判断为非边缘点.(Image point by point basis, and taking the maximum and minimum points of difference as the new gray value. Edge in the difference between point and non-edge point, first determine a threshold T, if the image of the new pixel value is greater than the threshold, you can initially identified as the edge point, the new value is less than T have been judged as non-edge point.)
- 2009-04-18 09:53:10下载
- 积分:1
-
design-of-mems-imu-navigation-report
这是国外做得一个课题,后面附有源代码,matlab的代码(This is done abroad, a task attached to the source code, matlab code)
- 2021-04-01 23:09:07下载
- 积分:1
-
ENCODEWITHDECODE
SUPPORTING FILE FOR CONVERT GREYSCALE INTO BINARY STERAM
- 2013-10-13 15:37:47下载
- 积分:1
-
getpes
可以将TS流中的PES信息内的PTS位置标定(TS stream can be within the PTS PES position calibration information)
- 2013-10-21 12:31:06下载
- 积分:1
-
DVB_T_tongbu_new
DVB-T 2k模式定时估计Matlab仿真。包括导频和TPS插入,瑞利多径信道衰减,高斯噪声加入。
定时估计的粗定时用极大似然法,利用循环前缀特征,不需要专门训练序列。细定时用分散导频。首先确定导频模式,再通过相邻导频相关确定定时偏差。此方法适用于瑞利多径信道,高斯信道,也适用于莱斯多径信道。(DVB-T 2k timing estimation.)
- 2015-02-06 23:58:59下载
- 积分:1
-
AllpassFilter
全通滤波器对相位抖动和相位偏差进行相位调整(All pass filter adjusts phase jitter and phase offset by phase adjustment.)
- 2018-08-13 14:56:35下载
- 积分:1
-
CDMA-multiuser-detection-MATLAB-programs
CDMA多用户检测的MATLAB程序
内有详细的CDMA建模说明文档和源程序
(CDMA multi-user detection procedures within the MATLAB detailed modeling of CDMA source code and documentation)
- 2021-04-04 12:29:04下载
- 积分:1
-
gexingLMS
本自适应算法,是格型的LMS算法,描述了反射系数对算法的影响,以及LMS算法和格型LMS算法的对比(The adaptive algorithm is grid-based LMS algorithm, the algorithm describes the impact of the reflection coefficient, and the LMS algorithm and lattice LMS algorithm comparison)
- 2011-10-04 12:14:50下载
- 积分:1
-
economic
该算法主要用于计算高速动态经济调度算法。(The algorithm used to calculate the speed of dynamic economic dispatch algorithm.)
- 2014-12-23 09:42:35下载
- 积分:1