-
face_feature_detect
2D及3D人脸影像特征侦测研究,报告中附有完整的matlab 源码。(Features extraction from 2D and 3D face images. The rar file include pdf document and matlab code description.)
- 2010-07-08 17:45:14下载
- 积分:1
-
MATLAB
QR分解-householder reflection(householder reflection)
- 2020-11-02 10:29:53下载
- 积分:1
-
PAPR-for-OFDM
OFDM峰均比经典算法matlab程序,包括PTS,SLM,限幅等(OFDM PAPR reducing source codes,including PTS SLM and Cliping)
- 2020-11-16 23:19:40下载
- 积分:1
-
orthogonal
用于计算椭圆的正交点用于椭圆几何参数的拟合(Quadrature points used to calculate the ellipse fitting for the elliptical geometry)
- 2011-04-19 20:15:53下载
- 积分:1
-
Example2-Triangular-lattice
用平面波展开法计算的二维光子晶体空气孔结构,TM和TE模式的能带图,matlab程序源代码(With the plane wave expansion method to calculate the two-dimensional photonic crystal structure of air holes, TM and TE modes of the energy band diagram, matlab source code)
- 2013-10-24 15:27:56下载
- 积分:1
-
stbc
BPSK调制下的2发一收空时分组码程序,本程序是对两发一收情况下采用空时分组码的性能分析,星座映射采用的是BPSK映射,接收天线上的接收信噪比,在仿真的过程中把接收信号的功率归一化为1(BPSK modulation issued a collection of two space-time block code program)
- 2011-06-22 14:11:40下载
- 积分:1
-
AODV_2
基于地理位置的距离贪心路由协议GPSR的matlab仿真代码(Matlab simulation code based on geographical distance greedy routing protocol GPSR)
- 2012-09-04 10:49:11下载
- 积分:1
-
OS_CFAR
有序统计恒虚警检测器(OS-CFAR),适用于复杂环境下的运动目标检测。
包含经典的OS-CFAR,以及OSGO-CFAR和OSSO-CFAR。(detector based on the ordered statistic constant false alarm rate (OS-CFAR) technique)
- 2021-04-15 17:28:54下载
- 积分:1
-
slope_3
本算法是基于MATLAB平台开发的一个求解夹角(或者说是斜率),可以求解两条近似垂直的直线之间的夹角。(This algorithm is based on the platform of MATLAB to solve a angle (or a slope) can be solved approximately perpendicular angle between two straight lines between.)
- 2016-09-24 09:31:54下载
- 积分: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