-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1
-
SOR
用SOR迭代法求解方程组的解的matlab程序(With SOR iterative method to solve the solution of system program)
- 2012-03-26 15:37:27下载
- 积分:1
-
softwarecs
这是一个完整的描述软件无线电的MATLAB编程,非常适用用仿真,初学者可以(This a complete description of the MATLAB software radio programming, is very suitable for use simulation, beginners can s)
- 2007-04-20 11:47:21下载
- 积分:1
-
Buck_Boost
This is a Buck Boost Converter Simulation in MATLAB Simulink.
- 2013-01-25 22:30:47下载
- 积分:1
-
work
在matlab平台下的viterbi编码译码的程序。secrettext.txt是需要传输的文件,encodetext.txt是编码后的文件,decodetext.txt是译码后的文件。(In the matlab platform of the viterbi decoding encoding process. secrettext.txt need to transfer files, encodetext.txt is encoded file, decodetext.txt is after decoding files.)
- 2009-10-27 10:30:23下载
- 积分:1
-
detection-algorithm
在ZF算法,MMSE算法和V-BLAST等算法下分析MIMO-OFDM系统的性能,并进行比较。(In the ZF algorithm, MMSE V-BLAST algorithm and other algorithms to analyze the performance of MIMO-OFDM system, and compared.)
- 2011-06-08 14:33:18下载
- 积分:1
-
rayleigh
利用改进的jack模型来仿真瑞利衰落信道(The improved jack model to simulate the Rayleigh fading channel)
- 2014-10-22 19:23:19下载
- 积分:1
-
PUCCH_Ya
lte系统上行控制信道pucch的matlab仿真实现(lte system uplink control channel pucch matlab simulation realization)
- 2014-10-23 14:58:38下载
- 积分:1
-
lib-mkl
Multiple kernel learning is a model to merge multiple kernels by linear combination. Mostly solving the models are slow due to explicit computation of kernels.
Here, we propose to approximate kernel map function explicitly in finite dimensional space. Then, we use dual coordinate descent to solve the SVM. By storing the solutions in primal, we do not have to compute the kernel explicitly. A group lasso regularization on kernel weights is solved with SVM alternatingly.
This is a side-project in my research projects with Dr. Yi-Ren Yeh and Dr. Frank Wang in Academia Sinica.
- 2013-03-19 01:13:45下载
- 积分:1
-
zhenchafaxingrenjiace
利用运动目标检测中的帧差法对视频中的行人进行检测和跟踪,取得了比较好的效果,可以学习借鉴。(The use of moving target detection in the frame difference method for video of the pedestrian detection and tracking, to obtain a relatively good results, can learn from.)
- 2012-01-12 18:34:52下载
- 积分:1