-
pyramid
MATLAB code for laplacian pyramid in image processing.
- 2011-01-05 01:44:40下载
- 积分:1
-
TWL3014_V2.0.tar
Documentation om TI TWL3014 Iota Analog Baseband
- 2011-01-12 17:27:41下载
- 积分:1
-
wuxianlouyuchuanshu
移动通信--无线楼宇数据传输系统的仿真.分析915M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,依据其性能参数来判断楼宇内两点之间能否进行数据传输。(mobile communications-- wireless data transmission system building simulation. Analysis of cellphone communications characteristics of the buildings, establish premises data communications system simulation models, the use of wireless transceiver chip NRF905. based on its performance parameters to judge between the two buildings can for data transfer.)
- 2006-06-09 00:39:15下载
- 积分:1
-
Julian-day-toGregorian-calendar
本程序实现的功能是将儒略日转化为公历年月日(The implementation of the program function is to convert a Julian day to the Gregorian calendar (date) (month) (year)
)
- 2013-08-22 12:36:48下载
- 积分:1
-
LMS
LMS prediction algorithm for noise reduction
- 2010-08-30 23:55:41下载
- 积分:1
-
repair
維修的技巧和方法 is a good book for you (Maintenance techniques and methods is a good book for you)
- 2009-11-15 20:09:43下载
- 积分:1
-
fengzhi
计算峰值信噪比和信噪比的小程序。分享给大家。(PSNR and SNR calculation applets. For everyone to share.)
- 2014-10-29 22:07:15下载
- 积分:1
-
matalb2012b_vs2013
matlab2012b和VS2013联合仿真,通过matlab的coder工具箱将m编程算法转换为c源码,在VS2013中调用通过!(matlab2012b and VS2013 joint simulation by matlab toolbox of coder m c programming algorithm converts source code, in VS2013 call through!)
- 2015-01-31 16:26:02下载
- 积分:1
-
car_pole_system_upload_ver
Reinforcement Learning 中以 Q learning 學習的倒單擺實驗。以x,x_dot,theta,theta_dot作為狀態參數 state,利用model模擬之結果做Q值更新,產生Q table,對學習平衡控制。結果以csv檔作為輸出,可以由使用者作圖觀察變化。(Reinforcement Learning , utilize Q learning for An inverted pendulum system control。x,x_dot,theta,theta_dot as state variable,use model result renew Q table,control learning of balance pole 。output csv file contain trail(times),balance time(sec).it s better observe the change if user plot it. )
- 2014-01-23 23:58:05下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1