-
shenjingwangluoxuexi
基于径向基RBF网络的函数逼近,通过在MATLAB环境下的编程、仿真,实现了对周期性函数的逼近(RBF network based on radial basis function approximation, by the MATLAB environment, programming, simulation, realization of the approximation of periodic functions)
- 2010-06-07 16:18:34下载
- 积分:1
-
a
说明: 本文给出了用matlab实现简单UWB定位系统的所有代码,并可产生可视化的操作界面。(In this paper, simple to use matlab UWB positioning system all of the code, and can cause visual interface.)
- 2011-05-09 09:26:24下载
- 积分:1
-
events-nmi
NMI handler took too long to run: 9.207 msecs.
- 2015-01-08 11:20:38下载
- 积分:1
-
SAR
鉴于网上合成孔径雷达的资料比较少,上传一些老师给的文献资料,希望对大家有帮助(Given the online synthetic aperture radar data is relatively small, upload some literature teacher, I hope to help everyone)
- 2014-01-13 13:58:31下载
- 积分:1
-
travelingsalesman
用遗传算法解决旅行商问题简洁方便,而且计算精确(Traveling salesman problem using genetic algorithms to solve simple and convenient, and accurate calculation)
- 2010-08-27 10:40:43下载
- 积分:1
-
CRANK_NICHOLSON
Crank Nicholson program
- 2011-05-18 11:31:22下载
- 积分:1
-
带有时间窗的车辆路径安排问题
带有时间窗的车辆路径安排问题(VRPTW问题)(Vehicle Routing problem with time window (VRPTW issues))
- 2013-04-29 15:31:34下载
- 积分:1
-
速度调节器
开关磁阻电动机仿真用的功能控制模块啊啊啊啊啊(shzaibuzhidaoshuodianshaa)
- 2019-04-24 12:58:01下载
- 积分: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
-
kalman_L
用matlab实现雷达信号的卡尔曼滤波的仿真(Of radar signals using matlab simulation of the Kalman filter)
- 2011-05-11 14:23:49下载
- 积分:1