-
android_map
导航,定位,公交线路查询,到站提醒,周边搜索等服务。(Navigation, positioning, bus lines inquiry, the station remind surrounding search and other services.)
- 2014-08-27 15:58:03下载
- 积分:1
-
Buck-and-Boost
Improved Configurations for Dc to Dc
Buck and Boost Converters
- 2015-03-25 18:44:02下载
- 积分:1
-
kao-ka66
对信号进行频谱分析及滤波,ML法能够很好的估计信号的信噪比,这是一个好用的频偏估计算法的matlab仿真程序。( The signal spectral analysis and filtering, ML estimation method can be a good signal to noise ratio, This is a useful frequency estimation algorithm matlab simulation program.)
- 2017-03-18 20:44:34下载
- 积分:1
-
mplus
matlab实现的多维矩阵的加法,可以实现矩阵的某几维的加法,用于一般性的函数(matlab implementation of the multi-dimensional matrix addition, can be achieved certain dimensional matrix addition, for general functions)
- 2009-10-14 15:47:41下载
- 积分:1
-
keshe
关于电力电子的课程设计 内容真实 是三相整流逆变(Courses on power electronics design is true is a three-phase rectifier inverter)
- 2011-05-05 13:21:00下载
- 积分:1
-
datafilter
滤波代码,通过虚拟的动态窗口迭代过滤,剔除地物保留地表信息。(filter code,keep the ground information through a virture moving window.)
- 2011-09-14 17:40:15下载
- 积分:1
-
灰色系统GM(1 ,1)的 MATLAB 实现及其应用
灰色 GM(1 ,1) 预测模型是灰色理论中的重要组成部分 ,也是主要的预测方法之一. 因此 , GM(1 ,1)模型的应用范围很广泛.,用 MATLAB 软件 实现了 GM(1 ,1)预测算法并给出了源代码.(Grey GM (1, 1) prediction model is an important part of grey theory, and it is also one of the main prediction methods. Therefore, GM (1, 1) model has wide application scope. GM (1, 1) prediction algorithm is implemented by MATLAB software, and the source code is given.)
- 2018-02-12 22:50:11下载
- 积分:1
-
GBM
GBM 基于蒙特卡洛法的股票价格预测MATLAB模型(GBM Stock Price Forecasting Model)
- 2021-04-19 21:48:51下载
- 积分:1
-
SphereDecoder
用于MIMO检测的sphere decoder程序( This function implements a soft output sphere decoder.
Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere
Decoding: Performance and Implementation Aspects", Asilomar 2006
R ... is an upper triangular matrix obtained from the QR decomposition of the MIMO channel H
s ... received symbol (column) vector, s=Q^H*y
dist_ZF ... Distance for the zero forcing solution
symbols_ZF ... ZF solution
M ... number of bits encoded in every layer [1 x nTA]
symbol_alphabet ... for the demapping [nTA x 2^max(M)], filled with zeros for smaller symbol alphabets
bittable ... matrix containing the bits according to the symbol_alphabet [sum(M) x 2^max(M)])
- 2010-09-16 22:01:34下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1