-
MatLab_Programs
一些非常有用的MATLAB源码,对于提高编程水平和学习通信理论知识还有帮助.(Some very useful MATLAB source code for programming improve the level of theoretical knowledge and learning of communication also help.)
- 2007-10-03 21:22:42下载
- 积分:1
-
ysfz
说明: 因素复杂网络节点度分布MATLAB程序,很实用,很有用,在具体问题中只需要修改参数就可以使用。(Complex network node degree distribution factors MATLAB program, very practical, useful only in specific issues need to modify the parameters can be used.)
- 2011-04-13 23:39:18下载
- 积分:1
-
Unconstrained-optimization-Newton
这是用matlab实现的无约束优化方法 牛顿法 的程序(Unconstrained optimization method Newton method
)
- 2011-12-17 22:34:12下载
- 积分:1
-
work
this file help to extract feature and then apply vector quantization to minimize the data
- 2010-07-06 04:09:19下载
- 积分:1
-
ebook2
Theory and Applications of
OFDM and CDMA
Wideband Wireless Communications
Henrik Schulze
and
Christian L¨uders
Both of
Fachhochschule S¨udwestfalen
Meschede, Germany
- 2010-09-13 12:53:32下载
- 积分:1
-
Biosignalandbiomedicalimageprocessing
《biosignal and biomedical image processing》一书的部分源码(biosignal and biomedical image processing- matlab based application)
- 2009-04-26 05:43:47下载
- 积分:1
-
jinji
matlab中的禁忌算法。主要解决函数优化,寻最优值问题(In matlab ,it can revolosion the problem about chath the rightes answer .)
- 2010-05-22 10:38:50下载
- 积分:1
-
dlx.tar
these is about code for dlx processor
- 2010-03-15 17:52:53下载
- 积分:1
-
Lms滤波器
说明: 主要实现基于LMS算法的自适应滤波器,基于自适应算法的信号增强(Adaptive filter based on LMS)
- 2021-02-03 09:23:17下载
- 积分: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