-
4qc
用matlab编写函数实现4qc运算,已经通过测试(Write a function with matlab implementation 4qc operations have been tested)
- 2011-05-04 09:25:53下载
- 积分:1
-
sloveTSPbothcandmatlab
同样是遗传算法 从 c和matlab 两方面解决(From the same genetic algorithm to solve both c and matlab)
- 2010-05-21 10:08:20下载
- 积分:1
-
target-tracking-using-kalman
用卡尔曼滤波算法实现的目标跟踪,本MATLAB程序已在MATLAB2010经过成功验证。(Kalman filtering algorithm is used to implement the target tracking, the MATLAB has been MATLAB2010 after successful validation.
)
- 2015-03-12 09:26:45下载
- 积分:1
-
fu_lang_he_fei_2
说明: 夫琅禾费衍射传播代码,任意字符屏夫琅禾费衍射仿真程序(Fraunhofer diffraction propagation code, any character screen Fraunhofer diffraction simulation program)
- 2020-05-02 10:25:07下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
SGA2.0
简单遗传算法matlab文件?虻ヒ糯?惴╩atlab文件(Simple genetic algorithm matlab document? Tabanidaeヒ╩ atlab guessing ? waxy paper)
- 2007-12-24 19:36:38下载
- 积分:1
-
New-Text-Document
matlab rayliegh-plesset equation
- 2015-02-11 03:14:41下载
- 积分:1
-
forward-difference-algorithm
用前向差分算法解二维薛定谔方程 很值得参考(With the forward difference algorithm for solving two-dimensional Schr?dinger equation is worth considering)
- 2011-12-19 20:54:04下载
- 积分:1
-
trajectory
轨迹发生器matlab函数 导航仿真使用(Trajectory generator navigation simulation using matlab function)
- 2020-12-16 14:19:12下载
- 积分:1
-
q
说明: matlab最常用命令
1.有关命令行环境的一些操作:
(1) clc 擦去一页命令窗口,光标回屏幕左上角
(2) clear 从工作空间清除所有变量
(3) clf 清除图形窗口内容
(4) who 列出当前工作空间中的变量
(5) whos 列出当前工作空间中的变量及信息
或用工具栏上的 Workspace 浏览器
(matlab command most commonly used 1. on the command-line environment, a number of operations: (1) clc remove a command window, the cursor back to the top left corner of the screen (2) clear working space from the removal of all variables (3) clf clear the graphics window content (4) who are listed in the current working space of variable (5) whos lists the current working space of variables and information or Workspace toolbar browser)
- 2009-02-02 20:56:31下载
- 积分:1