-
Tp2.m
decryption and decryption of a text ( options : upper decoding .. )
- 2010-11-08 23:57:32下载
- 积分:1
-
extractfields
Function to separate fields from a video frame
and (optionally) interpolate intermediate lines
for each field.
- 2010-10-15 19:04:23下载
- 积分:1
-
DSP-JamshidBahrami-2
DTMF matlab project buck
- 2014-11-06 15:44:01下载
- 积分:1
-
interface-programming-examples
MATLAB R2008接口技术程序设计实例教程源程序(MATLAB R2008 interface programming examples tutorial source code)
- 2013-04-10 11:50:41下载
- 积分:1
-
polesandzeros
Poles and zeros for a low pass filter
- 2010-11-11 05:10:29下载
- 积分:1
-
segmentation
Provides segmentation introducing clusters for each region
- 2011-01-19 13:37:08下载
- 积分:1
-
GA
说明: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。(a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.)
- 2012-04-24 18:41:24下载
- 积分:1
-
Stator_Voltage_Control_of_Three_Phase_Induction_M
stator voltage control of three phase induction motor
- 2013-02-24 12:01:15下载
- 积分:1
-
mallat
小波谱分析mallat算法经典程序
MALLET分解算法(圆周卷积的快速傅里叶变换实现)
(Algorithm for spectral analysis mallat small program MALLET classic decomposition algorithm (circular convolution of the fast Fourier transform))
- 2011-10-11 16:56:38下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1