-
Fruit-classification-code-
说明: 用matlab写的水果分类系统源码,很值得学习,(Written by matlab source fruit classification system, it is worth learning,)
- 2011-04-09 11:03:03下载
- 积分:1
-
newtonhuan
这个程序可以实现牛顿环(Newton s rings)的演示, 其中可调参数包括波长,
透镜曲率半径及最低点空气缝隙的厚度.参数的调节是通过欢快实现的,其中颜色
随波长近似的变化. 本程序可以增进读者对牛顿环的理解.(this procedure can be achieved Newton Central (Newton's rings) demonstration. with adjustable parameters including wavelength, lens curvature radius and minimum thickness of the air gap. Parameter adjustment is achieved through the jubilant, With these color changes in the wavelength approximation. The procedure can improve readers to understand the Newton ring.)
- 2006-10-22 19:09:30下载
- 积分:1
-
quasiCauchy
最优化算法中的对角二阶拟柯西法的源码,matlab编程实现,希望对大家有用。(Optimization algorithm proposed Cauchy method of source angular second Matlab programming, and hope to be useful.)
- 2012-10-22 15:27:20下载
- 积分:1
-
pi4dqpsk_Demo
pi/4 modulation techniqe used in mimo
- 2014-09-22 07:04:38下载
- 积分:1
-
minute-tree
在一个具有几个顶点的连通图G中,如果存在子图G 包含G中所有顶点和一部分边,且不形成回路,则称G 为图G的生成树,代价最小生成树则称为最小生成树(If there subgraph G ' contains all vertices in G, and part of the side, and does not form a loop, then G' in a few vertices connected graph G is the spanning tree of a graph G consideration of the minimum spanning tree is called minimum spanning tree)
- 2013-02-27 13:41:00下载
- 积分:1
-
MIMO_OFDM_MATLAB_program
该文件包含158个在MIMO-OFDM中常用的matlab函数,应有尽有。有了他就不用再看别的。(The file contains 158 commonly used in MIMO-OFDM matlab function, everything. With him would not look at anything else.)
- 2021-04-25 22:18:46下载
- 积分:1
-
matlab2
此文件为matlab实例源文件,可以直接用在实例中,可加以修改,应用广泛。(matlab)
- 2010-05-24 13:28:45下载
- 积分:1
-
Krawczyk算法
说明: 随着电力系统运行环境的复杂化,系统运行状态的不确定性因素多元化,给电力系统分析带来了新的挑战。区间潮流因其建模简单等优点而成为不确定性潮流分析的主流方法之一。(Interval power flow program, which can be used to calculate interval power flow)
- 2019-12-23 09:54:24下载
- 积分:1
-
AdaptiveNoiseLevelEstimation
This is a code for Noise level estimation in MATLAB
- 2009-06-29 17:22:14下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1