-
classify
KNN用于模式分类的很好的例子,供大家学习,希望对大家有帮助(KNN classification for a good example for all to learn. . .)
- 2011-06-15 00:29:51下载
- 积分:1
-
spectral-analysis
对变压器噪声信号的频谱分析,对比matlab中功率谱分析的各种方法,并显示频谱分析结果图(Transformer noise signal spectrum analysis, power spectrum analysis of the various methods matlab contrast and displays the results of spectral analysis chart)
- 2021-02-25 10:59:38下载
- 积分:1
-
kmeansimagesegmentation
说明: k-means算法实现图像分割 根据输入的类别数量来计算类别平均值(k-means algorithm for image segmentation This program gets an image and the desired number of partitions and finds the means of the different classes and provides a classified image.)
- 2011-04-12 20:05:17下载
- 积分:1
-
Robotcontrol
机器人控制仿真程序一书的所有源代码,机器人控制系统的设计与MATLAB仿真(Robot control simulation program of a book on all the source code, the design of robot control system simulation with MATLAB)
- 2009-04-21 13:37:23下载
- 积分:1
-
Programming_Matlab_and_C++
Introduction to Computers and Programming
using C++ and MATLAB
- 2009-05-27 20:47:18下载
- 积分:1
-
FFT
该程序为matlab进行傅立叶变换的快书算法FFT,其中还包括了傅立叶变换的其他几种快速算法.(The program carried out for the matlab book fast Fourier transform algorithm FFT, which also includes several other Fourier Transform fast algorithm.)
- 2008-06-19 22:17:18下载
- 积分:1
-
chrip-signal-after--matched-filter
合成孔径雷达中经过滤波器的线性调频信号的仿真 与未经过滤波器的线性调频信号不同 具有很好的参考价值(The simulation of synthetic aperture radar chirp signal filter and the filter has not been different chirp signal has a good reference value)
- 2014-11-09 17:01:38下载
- 积分:1
-
matlab_c
matlab的使用方式,对编程有很大帮助,有程序,方便学(It is good to you if you have time to learn matlab.)
- 2012-09-16 17:56:27下载
- 积分:1
-
xm
说明: 用MATLAB搭建的一个小项目界面用于处理遥感图像的配准,除了三组图像数据和方法。(Using MATLAB interface to build a small project for processing of remote sensing image registration, in addition to three sets of image data and methods.)
- 2014-12-10 16:02:33下载
- 积分:1
-
bisection_new
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.
prepared by Razana Alwee
24
Algorithm
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)
- 2011-11-23 09:49:57下载
- 积分:1