CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab F
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - matlab F - List
[
Mathimatics-Numerical algorithms
]
optimizearithmetic
DL : 0
几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。
Date
: 2008-10-13
Size
: 15.35kb
User
:
lixiao
[
Mathimatics-Numerical algorithms
]
一维椭圆方程的广义差分法的matlab程序
DL : 0
取p=1,f=1,一维椭圆方程的广义差分程序
Date
: 2011-05-27
Size
: 296byte
User
:
huohaojin@yahoo.cn
[
Mathimatics-Numerical algorithms
]
PID Example--Inverted Pendulum
DL : 0
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below. -The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
Date
: 2025-12-24
Size
: 12kb
User
:
[
Mathimatics-Numerical algorithms
]
softwareradio
DL : 0
该代码实现了am,f-msk,qpsk,mdpsk-the code achieved am, f-msk, qpsk, mdpsk
Date
: 2025-12-24
Size
: 1.27mb
User
:
崔利梅
[
Mathimatics-Numerical algorithms
]
sldemo_f14
DL : 0
This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses the pilot s stick pitch command as the set point for the aircraft s pitch attitude and uses aircraft pitch angle and pitch rate to determine commands. A simplified Dryden wind gust model is incorporated to perturb the system.
Date
: 2025-12-24
Size
: 11kb
User
:
wanghuixia
[
Mathimatics-Numerical algorithms
]
optimizearithmetic
DL : 0
几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
Date
: 2025-12-24
Size
: 15kb
User
:
lixiao
[
Mathimatics-Numerical algorithms
]
ALG023
DL : 0
NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 tolerance TOL maximum number of iterations NO. OUTPUT: approximate solution p or a message of failure
Date
: 2025-12-24
Size
: 1kb
User
:
rdchkww
[
Mathimatics-Numerical algorithms
]
F16model_10V1
DL : 0
Matlab下美军F16战斗机的非线性模型-Nonlinear F-16 Fighter Model
Date
: 2025-12-24
Size
: 750kb
User
:
潜龙
[
Mathimatics-Numerical algorithms
]
(F)-SAR00
DL : 0
线性调频变标算法,用于合成孔径雷达成像。Input文件夹下的输入文件是由ANSYS剖分生成的目标的结构文件,计算完后的图像数据会存在output文件夹中,再在Matlab中调用draw_image.m即可显示出图像。-chirp scaling algorithm used for synthetic aperture radar imaging
Date
: 2025-12-24
Size
: 8.99mb
User
:
张欢
[
Mathimatics-Numerical algorithms
]
yichuansuanfa-matlab
DL : 0
求下列函数的最大值 f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。- Find the maximum value of the function f (x) = 10* sin (5x)+7* cos (4x) x ∈ [0,10] the value of x with a 10-bit binary form as binary problem, a 10-bit binary numbers to provide a resolution of each of (10-0)/(2 ^ 10-1) ≈ 0.01. Variable domain [0,10] into two discrete range [0,1023], x = 0+10* b/1023, where b is [0,1023] in a binary number.
Date
: 2025-12-24
Size
: 2kb
User
:
zhanghongzhi
[
Mathimatics-Numerical algorithms
]
GA_matlab
DL : 0
遗传算法(GeneticAlgorithm,GA)是一种基于进化论优胜劣汰、适者生存的物种遗传思想的搜索算法。20世纪50年代初,由于一些生物学家尝试用计算机模拟生物系统,从而产生了GA的基本思想。美国密执根大学的霍勒德(J.H.Holland)于20世纪70年代初提出并创立了遗传算法。遗传算法作为一种解决复杂问题的崭新的有效优化方法,近年来得到了广泛的实际应用,同时也渗透到人工智能、机器学习、模式识别、图像处理、软件技术等计算机学科领域。(exmple:quest the maximum value of the equation:f= @(a,b)(a.*sin(a.*4*pi))+(b.*sin(20*pi.*b))+21.5 during(-2<x<12.5))
Date
: 2025-12-24
Size
: 3kb
User
:
wentgo
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.