-
chap4
雷达系统设计MATLAB仿真一书里的第四张所有的程序,对于学习非常有用。(Radar system design MATLAB simulation fourth book program, very useful for learning.)
- 2012-09-11 01:04:43下载
- 积分:1
-
microcontroller_neural_network
This is a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32.
Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons
respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means
the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer.
Finally, the neural output will be displayed on LCD port C.
- 2011-01-24 18:49:12下载
- 积分:1
-
5f0c3f53d787f43bad41b8714c55b46e
CC1110的各种程序例程,包括无线实验,TDMA和FDMA点对多点通信原代码(Various routines of CC1110, including wireless experiment, TDMA and FDMA point to multipoint communication source code)
- 2015-03-30 15:19:15下载
- 积分:1
-
matlab
matlab 的程序求解三对角方程组,三对角方程组中的系数矩阵是非奇异的,这是前提条件。(matlab program for solving tridiagonal equations, tridiagonal equations nonsingular coefficient matrix, which is a prerequisite.)
- 2015-01-04 16:42:31下载
- 积分:1
-
kalmanfilter
说明: 包含一个VC程序和几个matlab程序一个基于Opencv的预测随机运动的点的经典例子(kalman fiter)
- 2009-08-04 09:12:10下载
- 积分:1
-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
DOA coherent sources
用matlab实现相关信号源DOA估计 FSS FBSS(doa of coherent sources FSS FBSS)
- 2013-01-10 12:36:54下载
- 积分:1
-
xiangguanfx
输入两波形,利用相关分析提取其中某一频率的波形,并可进行延迟分析(Two input waveforms, including the use of correlation analysis to extract a frequency waveform, and the delay analysis)
- 2011-09-02 14:37:56下载
- 积分:1
-
WPF
一种实现matlab和c#结合的小例子,有待进一步改进(An implementation matlab and c# combination small example, be further improved)
- 2013-11-18 10:27:03下载
- 积分:1
-
job
有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台机器而言,一次只能对一道工序进行加工。()
- 2007-09-18 23:30:48下载
- 积分:1