代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/161674/10386841
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/349415/10828326
help annealing.help
annealing.cpp help file
Purpose: Demonstrate the use of
Simulated Annealing Neural Networks.
Using this network function:
[ 2 2 ]
[ -1 -1 ]
Find the function minima:
answer = [ 0 1 ]
www.eeworm.com/read/416320/11033407
txt readme.txt
The information on the code to be simulated must be input in the definition
file "def.h" in addition to using the corresponding generator matrix
Example:
A BCH(32,6,16) is to be simulated.
www.eeworm.com/read/416320/11033435
txt readme.txt
The information on the code to be simulated must be input in the definition
file "def.h" in addition to using the corresponding generator matrix
Example:
A BCH(32,6,16) is to be simulated.
www.eeworm.com/read/468525/6992447
m main_ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/464236/7167236
m runbpskber.m
clear all;
format long;
snr=0:10;
for n=1:length(snr);
peAnaly(n)=erfc(sqrt(10^(snr(n)/10)))/2;
i=1;
number=0;
for i=1:100000;
number=number+BPSKsimple(snr(n));
en
www.eeworm.com/read/392997/7247765
cpp console.cpp
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/442852/7643447
m main_ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/295861/8136385
txt readme.txt
The information on the code to be simulated must be input in the definition
file "def.h" in addition to using the corresponding generator matrix
Example:
A BCH(32,6,16) is to be simulated.
www.eeworm.com/read/329422/12955485
m main_ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(