-
SR
说明: it just a simple code in matlab for image zooming
- 2011-01-24 18:44:51下载
- 积分:1
-
FUNC1
说明: Regression sum of squares , the maximum deviation , minimum deviation , the average deviation
- 2011-11-26 00:31:22下载
- 积分:1
-
car-following.m
车辆在跟车过程中遭遇前车大的速度振荡时,后车的表现(Vehicle in the car with the car in the process of high speed before the oscillation, after the performance of the car)
- 2016-06-27 14:26:27下载
- 积分:1
-
matport
这是学习matlab的非常实用的程序Matport是NTPort Library的MatLab接口模块。借助Matport,你可以在Matlab中直接访问PC
的I/O端口。(Before use Matport, your must install the latest version of NTPort Library. And copy all files of Matport into MatlabWork directory.
Start Matlab, and now you can use matport command to call NTPort Library functions. The basic syntax of Matport is as follows,
matport( NTPort Library funtion , parameters...)
For example, if you want to call Inport function to read a port, simply use
myvalue = matport( Inport , 97)
Port address 97 is as a decimal.)
- 2011-05-04 21:40:35下载
- 积分: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
-
Dzdl
很好用的Dijkstra求最短路的MATLAB程序,带注释,都能看懂。。。。(Find a good use of the Dijkstra shortest MATLAB programs, with comments, can understand. . . .)
- 2011-09-11 08:05:42下载
- 积分:1
-
DC-DC-ACMATLAB
DC-DC和DC-AC仿真,matlab实现(DC-DC and DC-AC simulation, matlab implementation)
- 2013-03-24 02:02:56下载
- 积分:1
-
PCA
This is the PCA matlab code using face recognition.
- 2012-03-22 06:12:57下载
- 积分:1
-
Allocation-of-bedsmatlab
用于眼科病床的科学管理,有效配置的matlab算法。(Department of Ophthalmology beds)
- 2014-11-10 18:17:13下载
- 积分:1
-
space_vector_2_level_fast
inverter control pwm system
- 2013-05-05 18:45:46下载
- 积分:1