-
MATLAB-Ruan-jian-shi-jian
1、设计一个二阶微分系统,求激励输入所产生的响应
2、绘出一些函数的图形
3、运算特殊函数的快速傅里叶变换
4、学会用MATLAB的GUI(1, design a second-order differential system, seeking to respond to incentives generated by the input 2, 3 draw some of the functions of the graphics, computing special functions of the fast Fourier transform 4, learn to use the MATLAB GUI)
- 2011-08-24 09:39:38下载
- 积分:1
-
HYBRID
HYBRID VIDEO CODING MODEL OF
FINITE RIDGELET TRANSFORM AND H.264/AVC
Tomokazu Murakami and Masashi Takahashi
Embedded System Platform Research Laboratory, Hitachi, Ltd.
292, Yoshida-cho, Totsuka-ku, Yokohama, 244-0817, Japan
- 2009-11-11 03:06:23下载
- 积分:1
-
cdb2004c007l
PPt制作要领,ppt制作模板,学术方面制作用处较多,特备是毕设答辩(PPt production essentials, ppt making templates, make academic use more special is the complete set of reply)
- 2011-05-04 22:11:13下载
- 积分:1
-
AVS_ncm
AVS视频压缩标准,是国内AVS视频编解码算法组开发的具有自主知识产权的算法标准(AVS video compression standard, is the AVS video codec algorithm group developed a proprietary algorithm standard)
- 2013-06-26 07:58:00下载
- 积分:1
-
marge_autocon_chat12min
video about develop chat bluetooth
- 2010-10-27 01:07:34下载
- 积分:1
-
tms320dm6467t
TMS320DM6467 s description
- 2011-03-17 17:04:33下载
- 积分:1
-
Frame-Extraction
The matlab code is used to take the videos and extract all the frames from the video.
- 2014-01-29 14:40:53下载
- 积分:1
-
eary-late
迟早门,集中统一介绍的文献,很好的,可以看看(Sooner or later the door and centralized described in literature, well, you can take a look at)
- 2013-03-21 10:23:29下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
Algorithm_Collections_for_Digital_Signal_Processi
Book for Algorithms Collections for DigitalSignalProcessing Applications using Matlab
- 2009-07-03 21:19:32下载
- 积分:1