-
EULER_forward_ODE
[t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
欧拉向前逼近法求解微分方程初值问题
f定义了函数f(t,y)的
t0时的初始值定义吨
Y0的定义y的初始值( [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
Euler forward approximation method to solve IVP ODEs
f defines the function f(t,y)
t0 defines initial value of t
y0 defines initial value of y)
- 2011-05-15 11:17:04下载
- 积分:1
-
zishiyinglvbo
有关matlab的自适应滤波设计,有波束形成理论(the Matlab adaptive filter design, a beam forming theory)
- 2007-01-24 09:46:25下载
- 积分:1
-
PLL-and-Costas-methodology-for-carrier-recovery
Implemet PLL and Costas methodology for carrier recovery
- 2014-11-25 03:49:53下载
- 积分:1
-
BPnetwork
这是一个利用BP神经网络进行分类学习的程序,系统输入为4个,输出为1个(This is an advantage of BP neural network to classify the learning process, the system input is 4, the output is a)
- 2015-02-03 15:42:28下载
- 积分:1
-
Matlabzifushibie
用Matlab神经网络实现的字符识别。可借鉴于数字识别等。(Matlab neural network of character recognition.Can be for reference in digit recognition, etc.)
- 2014-02-11 20:28:43下载
- 积分:1
-
MATLABlesson
这本书,是通过一些实际的例子来让你学习MATLAB。(This book, through some actual examples to learn MATLAB.)
- 2010-05-25 21:54:32下载
- 积分:1
-
OFMDA44m-mimo
Principal scheme of the MIMO toolbox is shown in Fig. 1. Desired pattern taken a discrete alphabet
is used to generate testing data. The data are then encoded in the channel encoder and split into the
multiple parallel streams. T
- 2014-11-06 17:38:37下载
- 积分:1
-
GAforvrp
多目标遗传算法 很好很强大 是一个非常不错的程序(it s good for you)
- 2010-06-05 23:40:36下载
- 积分:1
-
dip3
用Matlab中的下列函数对输入图像按实验内容进行运算;感受各种不同的图像处理方法对最终图像效果的影响。
imfilter;fspecial;imadjust;imadd;immultiply
(With the following Matlab function of the input image by computing the experimental content experience a variety of image processing methods on the impact of the final image. imfilter fspecial imadjust imadd immultiply)
- 2009-05-29 11:30:32下载
- 积分:1
-
PAL_library
/*
* file : PAL_library.c
* project : PIC PAL SOFTWARE VIDEO GENERATOR
* author : Bruno Gavand
* compiler : mikroC V6.2
* date : January 17, 2006
*
* description :
* PAL library for PIC18 MCU
* This library turns your PIC18 into a B&W PAL software video generator
*
* schematic :
___
RD0 (LUM) +---|___|---+
100 |
____ |
RB0 (SYNC) +---|____|--+--------> VIDEO OUT (to TV video input)
1K
GND +--------------------> GND(/*
* file : PAL_library.c
* project : PIC PAL SOFTWARE VIDEO GENERATOR
* author : Bruno Gavand
* compiler : mikroC V6.2
* date : January 17, 2006
*
* description :
* PAL library for PIC18 MCU
* This library turns your PIC18 into a B&W PAL software video generator
*
* schematic :
___
RD0 (LUM) +---|___|---+
100 |
____ |
RB0 (SYNC) +---|____|--+--------> VIDEO OUT (to TV video input)
1K
GND +--------------------> GND)
- 2010-06-01 15:16:50下载
- 积分:1