-
MFP_beta91
这是一个处理affy mitochip v2的芯片封装套件。它将提供SNP的电话,来电异质性,以及mitochip数据质量评估。最小样本数为20或以上的无偏产生的结果。(This is a wrapper suite for processing affy mitochip v2 chip. It will provide snp calls, heteroplasmy calls, as well as quality evaluation for mitochip data. MIn sample size will be 20 or above to produce a unbiased result.
)
- 2011-05-15 11:02:36下载
- 积分:1
-
RM_code
里德穆勒码的编码和解码过程,以及误码率曲线仿真。(Lidemule code encoding and decoding process and error rate curve simulation.)
- 2021-01-30 18:48:34下载
- 积分:1
-
OFDMChaEstZFMMSE
This zip files contains the OFDM channel estimation matlab code using Zero Forcing MMSE and LS linear methods.
- 2013-02-26 14:41:14下载
- 积分:1
-
DMC
DMC的主要特征是预测模型采用阶跃响应特性建模 设计过程中固定格式:用二次型目标函数决定
控制量最优值增量序列 自校正动态矩阵控制等多种算法 参数调整:用改变二次型目标函数中的权系数
阵来实现.(With the research of dynamic characteristic of electrical resistance furnace and the imp rovements of
MPC in detail, the effects between DMC and P ID in the temperature control system of electrical resistance furnace
was compared. The results confirmed that DMC not only overcomes the inaccuracy of the models and the
variability of the parameters, but also achieves better performance index than P ID in accordance with the
expectation of given curve.)
- 2013-05-06 13:23:32下载
- 积分:1
-
stap-jichu
空时信号处理的基础程序,在matlab上运行。(space-time adaptive processor)
- 2019-04-13 15:31:18下载
- 积分:1
-
Aplied_sognal_processing_1
this file contain matlab code for filter design process
- 2010-11-10 05:42:56下载
- 积分:1
-
stblrnd
生成服从稳定分布的随机序列,稳定分布具有比高斯分布更强的冲击特性(alpha stable distribution generator.)
- 2014-09-09 16:31:44下载
- 积分:1
-
guifirst
matlab的gui设计
通过对gui的设计,学习用matlab设计界面(The gui matlab gui design through the design, study design interface with matlab)
- 2010-09-04 20:53:20下载
- 积分:1
-
pi
说明: 用MC方法来求pi 正方形与圆形的面积比
最简单的方法(MC method with the easiest way to find pi)
- 2010-10-19 23:09:29下载
- 积分: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