-
PROGRAMSFolder
BER OF OFDM USING BPSK FOR 10 TAP RAYLEIGH FADING CHANNEL
- 2009-02-16 16:44:05下载
- 积分:1
-
Assignment3DMC
DYNAMIC MATRIC CONTROL FOR HEATER EXAMPLE IN CAMACHO
- 2010-11-15 23:21:04下载
- 积分:1
-
pn_period
for obtaining the period of a signal
- 2010-02-10 02:56:50下载
- 积分: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
-
Kmeans
Implementation of K-means algorithm used for vector quantization and clustering in C#
- 2015-04-10 14:51:42下载
- 积分:1
-
Dijkstras 算法在 matlab 中的代码
我们希望狄克斯特拉算法在功能的小程序的应用程序或 matlab 或网络 simulators.the 主要概念的这找到目标节点到源节点的最短的距离。
- 2022-09-20 19:20:03下载
- 积分:1
-
MATLAB_FFT
MATLAB关于FFT频谱分析的程序
MATLAB关于FFT频谱分析的程序(MATLAB on the FFT spectrum analysis procedures
MATLAB on the FFT spectrum analysis procedures)
- 2013-08-21 15:14:38下载
- 积分:1
-
VIBE_Program
ViBE Code for background subtraction
- 2013-03-18 19:41:59下载
- 积分:1
-
遗传算法源代码
%P199_8 GA
clc;
clear;
pop_size=100;%种群大小
m=42;%每个个体的基因数目
m1=21;%每个个体中x1占的位数
m2=21;%每个个体中x2占的位数
%产生初始种群
for j=1:pop_size
for i=1:m
num=randperm(2)-1;
str_num(j,i)=dec2bin(num(1));%随机产生的二进制数,pop_size个,每个m位
end
end
delta=10;
cc=0;%迭代次数
while delta>0.01%for qq=1:500%大循环
for j=1:pop_size
for i=1:m
if i
- 2022-07-09 08:28:01下载
- 积分:1
-
M@-code
program which includes the edge detection and is done inmatlab...helpful in finding edges in medical imges
- 2011-06-28 01:39:19下载
- 积分:1