登录
首页 » matlab » Li4_3_1Test

Li4_3_1Test

于 2013-04-20 发布 文件大小:2KB
0 165
下载积分: 1 下载次数: 34

代码说明:

  这是一个最小方差自校正控制算法,控制器是最优控制器调节器型(This is a minimum variance self-tuning control algorithm, the controller is the optimal controller regulator type)

文件列表:

Li4_3_1Test.m,3530,2013-04-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wavelet
    一些基本的小波变换程序,拿来与大家共享,可能对初学者有些帮助(Wavelet transform some of the basic procedures used with the U.S. share may be helpful for beginners)
    2008-03-14 19:18:57下载
    积分:1
  • Envelop1.1
    MATLAB中包络线的画法,子程序带DEMO(MATLAB envelope painting, subroutines with DEMO)
    2013-05-04 10:16:17下载
    积分:1
  • finger-recong
    指纹识别源代码。思路完全是按照文件夹中网页里介绍的方法,即提取指纹中的分叉点和端点的位置作为指纹的特征值。由于今天太忙,对图像的预处理作的很失败,程序会提取出很多伪点,而指纹轮廓也没有想出办法过滤。汗,你看看能不能参考把。 三个m文件,fd.m提取指纹中的分叉点,fd2.m提取指纹中的端点,Cpoint.m则是前两个文件运行中需要调用的掩模函数。(fingerprint identification code. Thinking is entirely in accordance with the folder on the website Lane, that the fingerprints of the bifurcation point and endpoint position as a fingerprint eigenvalues. As today are too busy, the image preprocessing for the failure, the program will extract a lot of pseudo-point, and the fingerprint profile nor find a way to filter. Khan, you can look at the information put. 3 m documents, fingerprints fd.m the bifurcation point, fd2.m fingerprints of endpoint, Cpoint.m are two documents before the operation need to call the mask function.)
    2007-05-02 23:49:15下载
    积分:1
  • 遗传算法
    说明:  遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。(Genetic algorithm (GA) is a search algorithm used to solve optimization in computational mathematics. It is one of evolutionary algorithms. Evolutionary algorithms were originally developed by borrowing phenomena in evolutionary biology, such as heredity, mutation, natural selection and hybridization. Genetic algorithms are usually implemented as a computer simulation. For an optimization problem, an abstract representation of a certain number of candidate solutions (called individuals) (called chromosomes) evolves towards a better solution. Traditionally, solutions are represented in binary (that is, strings of zeros and ones), but other representations are possible. Evolution begins with a population of completely random individuals, and it happens from generation to generation.)
    2020-06-07 21:42:11下载
    积分:1
  • RandomEntireWithoutRepetition
    Matlab function to generate a random vector with entire values without repetition.
    2013-12-04 12:14:41下载
    积分:1
  • 基于MATLAB的高等数学问题求解 的
    说明:  基于MATLAB的高等数学问题求解 的程序. 包括 图形处理,数值计算等等(Programs for solving advanced mathematical problems based on MATLAB, including graphics processing, numerical calculation and so on)
    2020-06-20 01:20:02下载
    积分:1
  • FFT
    本程序的基本功能是对信号进行傅里叶变换,并同时提取出他的时域和频域的特征值。(The basic function of this program is the signal to Fourier transform, and the simultaneous extraction of his time domain and frequency domain characteristic values.)
    2013-09-22 09:44:52下载
    积分:1
  • 11chapter
    MATLAB GUI设计学习手记(第二版)源程序 第11章 本书推荐的学习方法: 1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。 2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。 3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。 4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。 (MATLAB GUI design learning Hearts (second edition) the source learning method recommended in the first 11 chapters of this book: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
    2012-11-15 18:39:00下载
    积分:1
  • Untitled11
    首先定义一个高斯白噪声,然后在正弦信号中添加白噪声,再对带噪声的正弦信号进行平均值滤波(First, a Gauss white noise is defined, then the white noise is added to the sinusoidal signal, and then the average filtering of the sinusoidal signal with noise is filtered)
    2017-07-24 11:33:50下载
    积分:1
  • 123
    说明:  阵列信号处理的理论与应用,张小飞,光盘资料(Theory and application of array signal processing, Zhang Xiaofei, CD-ROM program)
    2020-09-12 13:48:01下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载