搜索资源列表
SPIHT(Matlab).zip
- % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('----------- Welcome to SPIHT Matlab Demo! ----------------\n'); fprintf('----------- Load
SGALABbugfix
- 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods
siftDemoV4
- Demo Software: SIFT Keypoint Detector-This page provides access to a demo version of David Lowe s SIFT keypoint detector in the form of compiled binaries that can run under Linux or Windows.
barplot
- An example C-file S-function for accessing simulink signals * without using the standard block inputs. In this case, a floating * bar-plot style scope is implemented. The signals that are selected * on the diagram (via the mouse) are display
LaneDetect
- 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
ElectromagneticField
- 这是一个利用MATLAB的GUI编的长直导线周围电磁场的可视化程序。-This GUI provides a visualization of the electromagnetic field induced by a current flowing in a straight wire. The tool also shows the current induced by a rectangular coil that is placed inside the electromagnetic
EightQueen
- 8皇后演示程序,可以动态修改皇后个数,以及单步、连续显示等。-8 Queen s demo program, you can dynamically modify the number of Queen s, as well as single-step, continuous display.
SVMDemo
- 现在比较流行的SVM算法的一个DEMO,用于处理分类问题,欢迎大家试用。-Now popular SVM algorithm is a DEMO, used to deal with classification problems, welcomed the U.S. trial.
SortAndLife
- Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of the system c
robustica_package
- RobustICA和FastICA算法功能一样,但比FastICA更稳定更简单,包含演示程序,简单易用-RobustICA has the same function as FastICA,but is more stable and easier,including demo programme,it s easy to use.
ExampleofGA
- maltab 的一个遗传算法的例子,比较全,有教你怎么初始化初始种群,设定参数,还有demo提供学习-A genetic algorithm using maltab gentitc toolbox ,abundant in content.Whats s more, you are teached how to initialize the initial population, set parameters. It also provide learning demos.
convolutiondemo
- 线性非时变系统的卷积的demo,有助于对卷积的理解。欢迎大家分享之-As one would learn in a basic signal processing/controls/dynamical systems class, the multiplication by an LTI transfer function F(s) in the frequency domain is the same operation as convolution with f(t) in the time
PID_Control_Made_Easy
- PID Controller Design and Tuning with MATLAB and Simulink-This demo file shows new capabilities for PID Controller design and tuning in MATLAB and Simullink
simpleekf
- 本matlab程序实现了扩展kalman滤波,对一个随机生成的正弦信号进行EKF滤波,并画图展现对比。-This Matlab source code is the demo of Extended Kalman Filter,It s filter for randomly sine singal and plot the result。
suntton-RL-book-demo
- sutton强化学习书籍的所有matlab例子,学习很有用,不易找到-all matlab demo about sutton s book for reinforcement learning
demo
- This a simple mergesort code. It contains four directory. In the "lib" directory, there re two source code that can serve as timer and memory usage indicater. In the "src" directory, function "mergesort" can perform merge sort, while there s also a m
LMS algorithm demo
- Reference : S. Haykin, Adaptive Filter Theory. 3rd edition, Upper Saddle River, NJ: Prentice-Hall, 1996.
Demo
- 数据结构中堆排序的代码实现。堆排序就是首先建立一个小顶堆或是大顶堆,然后把堆中最大的放到数组最后,再建立堆,再放到数组后面的位置-Data structure in the heap sort code. Heap sort is to first establish a small cap pile or pile top, and then put the heap s largest array in the end, to build pile, put them behind the
S_Transformation
- matlab中进行时频分析的s变换程序,内附有例子(for analize of t/f in matlab with demo)