-
music(2)
使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助(Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn)
- 2009-07-02 16:14:53下载
- 积分:1
-
LMS_newchannel
说明: 用LMS算法实现自适应均衡器的MATLAB程序(LMS algorithm with adaptive equalizer for MATLAB program)
- 2010-04-12 14:58:34下载
- 积分:1
-
dereverberation-and-denoising-master
语音去混响与去噪,使用matlab实现,可直接使用(dereverberation and denoise)
- 2017-12-06 09:47:01下载
- 积分:1
-
r20.001
这是一个comsol转化成matlab程序,可以做出z轴循环,求出感应电量(This is converted into a comsol matlab program, you can make the z-axis loop, find the sensor power)
- 2011-05-23 17:15:37下载
- 积分:1
-
2Algorithms-for-matrix-
2Algorithms for matrix extension and orthogonal wavelet filter banks over algebraic number fields 15.MCOM110409
- 2014-10-22 21:12:25下载
- 积分:1
-
MATLAB-optimization
《精通MATLAB最优化计算》一书中各章实例的源代码程序(" Mastering MATLAB optimization calculations," a book chapter example source code of the program)
- 2011-10-17 19:55:35下载
- 积分:1
-
OFDM
一个完整的ofdm的matlab仿真程序,对ofdm的学习理解有很大帮助,非常实用。(A complete ofdm matlab simulation program for learning comprehension ofdm great help and very practical.)
- 2015-01-16 18:58:05下载
- 积分:1
-
Almouti2X2
This is a code for 2X2 MIMO system using Alamouti code
- 2009-03-31 18:34:22下载
- 积分:1
-
kt878
仿真图是速度、距离、幅度三维图像,合成孔径雷达(SAR)目标成像仿真,可以广泛的应用于数据预测及数据分析。( FIG simulation speed, distance, amplitude three-dimensional image, Synthetic Aperture Radar (SAR) imaging simulation target, Can be widely used in data analysis and forecast data.)
- 2017-05-07 23:04:37下载
- 积分: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