-
CVI_MATLAB
CVI_MATLAB混合编程方法,多少还是有点用,大家随便看看吧(CVI_MATLAB hybrid programming approach, the number is still somewhat used, everyone just take a look at it)
- 2008-06-04 20:05:01下载
- 积分:1
-
stepfrequency1
频率技术在高距离分辨SAR成像雷达中的应用;(Frequency of high range resolution in SAR Imaging Radar )
- 2010-12-14 06:18:30下载
- 积分:1
-
flatchannel
平坦衰落信道建模TM,平坦衰落信道建模TM(Flat fading channel modeling TM, TM flat fading channel modeling)
- 2010-12-16 14:29:32下载
- 积分:1
-
M_Message
matlab发送消息的代码,包括m文件和c文件
- 2010-03-09 12:50:59下载
- 积分:1
-
facetracking
in this code you can do the face tracking process in matlab
- 2010-05-21 03:57:29下载
- 积分:1
-
filter
可以根据不同的设计指标参数,快速、有效、自动地完成低通、高通、带通、带阻等各种滤波器的设计和仿真计算,直观展示相应滤波器的幅频、相频特性。(According to different parameters design specifications, fast and effective, automatically complete low pass, high pass, band pass, band stop filter design and various simulation, visual display appropriate filter frequency, phase frequency characteristics.)
- 2013-09-05 13:45:59下载
- 积分:1
-
createTable
create table with java and gui matlab implementation
- 2013-02-23 21:47:13下载
- 积分:1
-
AeroSim
提供一整套六自由飞行器simulink模块,包括非线性运动方程、空气动力学、执行机构、传感器等(The AeroSim blockset provides a complete set of tools for developing
nonlinear 6-degree-of-freedom aircraft dynamic models. The Simulink blocks
include the nonlinear equations of motion, linear aerodynamics based on
component build-up, piston-engine propulsion, aircraft inertia model including
weight variation due to fuel consumption, atmosphere models including
standard atmosphere, wind gusts and von Karman turbulence, Earth models
which provide Earth radius, gravity and magnetic field components at current
aircraft location.)
- 2014-11-02 10:14:01下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
matlab
matlab代码 迭代法求解非线性方程
用不动点迭代法求非线性方程组的一个根(matlab code iterative method for solving nonlinear equations using fixed point iteration method for solving nonlinear equations of a root)
- 2013-11-18 13:02:37下载
- 积分:1