-
matlab
matlab的应用教程,ppt格式,教学用(the application of matlab tutorials, ppt format, teaching)
- 2009-11-28 13:54:08下载
- 积分:1
-
_FuzzyPID
模糊控制器,能够实现模糊控制,自适应迷糊控制(Fuzzy Control)
- 2011-10-24 15:36:37下载
- 积分:1
-
corner_test
拐点的检测,对一个图像的拐点进行检测,使用的是freeman链码的方法,检测图像中拐点的方向,确定该方向是不是拐点。(Inflection point detection, an image of the inflection point for testing, use freeman chain code method, testing the image in the direction of the inflection point, we determine the direction is inflection point.
)
- 2021-01-02 18:18:57下载
- 积分:1
-
matlabmylib
sinc插值函数,在SAR、ISAR,通信等信号处理中有广泛的应用,是非常好的学习代码。(sinc interpolation function, there is a wide range of applications in the SAR, ISAR, communications and other signal processing, is a very good learning code.)
- 2020-09-09 16:48:02下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
mohukongzhicontrol
一个入门级别的模糊控制simulink仿真模型,感兴趣的同学可以下载学习(Fuzzy control of an entry-level the simulink simulation models, and interested students can download learning)
- 2012-11-01 20:10:43下载
- 积分:1
-
chedaoxain
说明: 实现车道线检测,运用Hough变换的原理(For the process of lane line detection, this paper first searches for the edge points of the lane line, mainly including image graying, image filtering, image edge enhancement and image binarization. Then the lane line edge line is fitted. This paper uses the Hough transform to perform a straight line fitting.)
- 2020-01-12 15:57:32下载
- 积分:1
-
完整可用的利用最小二乘算法实现对三维平面的拟合源码
gmcalab 快速广义的形态分量分析,仿真效率很高的,复化三点Gauss-lengend公式求pi,包含了阵列信号处理的常见算法,包括AHP,因子分析,回归分析,聚类分析,能量熵的计算。
- 2022-04-20 06:01:02下载
- 积分:1
-
通信中随机移动模型
三个文件:“test_Execute.m”是运行该文件,“Generate_Mobility.m”生成包含从随机路点移动模型产生的所有需要的信息的结构,“test_Animate.m”给出了动画,以确保流动性是好的。
- 2022-06-20 20:12:53下载
- 积分:1
-
matlab-tsp-aca
这是一个非常经典的matlab程序。运用蚁群算法来解决(TSP)旅行商问题。(This is a very classic matlab program. Using ant colony algorithm to solve (TSP) TSP.
)
- 2011-07-09 10:04:31下载
- 积分:1