-
shepard
用Shepard方法实现散乱数据的曲面拟合(Shepard method using surface fitting of scattered data)
- 2021-04-26 20:38:45下载
- 积分:1
-
allthebest
Additionally, LTE supports operation both in paired and unpaired spectrum (FDD and TDD) using channel bandwidths of approximately 1.4MHz up to 20MHz. The frequency domain scheduling can be done in OFDMA. One of the main challenges in OFDMA is the high peak-to-average radio of the transmitted signal, which requires linearity in the transmitter. The linear amplifiers have low efficiency therefore, OFDMA is not an optimized solution for a mobile uplink where the
- 2013-01-01 13:39:42下载
- 积分:1
-
simulated-annealing
matlab模拟退火中源程序,基本例程都在压缩包中了。(simulated annealing matlab source code, the basic routines are in a compressed package.
)
- 2011-05-12 11:06:44下载
- 积分:1
-
LEACH
经典leach ,仿真成功,是学习matlab仿真的最有效的代码(The classical leach, the simulation is successful, is to learn matlab simulation is the most effective code)
- 2013-03-20 21:45:59下载
- 积分:1
-
jobshop-scheduling
这是另外一个基于工序的柔性作业车间调度的程序,简单易行(This is another process based on the flexible job-shop scheduling procedures, simple)
- 2011-12-07 15:53:57下载
- 积分:1
-
datagen
窄带信号生成,生成窄带信号,可以自己调节信号的基础信息(Narrow-band signal generation)
- 2021-03-05 10:29:31下载
- 积分:1
-
matlabstudyzl
一本很不错的matlab学习资料,《精通matlab综合辅导与指南》(a very good Matlab learning materials, "proficient in Matlab comprehensive counseling and guidance")
- 2007-05-09 13:56:28下载
- 积分:1
-
s-function
matlab s-function for discrete state equation
- 2011-09-22 11:00:40下载
- 积分:1
-
ninewon09.6
拟牛顿法的matlab应用,提供matlab程序,数值分析核心方法(Quasi-Newton method matlab applications, providing matlab program, the core numerical analysis method)
- 2014-02-17 20:08:29下载
- 积分: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