-
-
[
Matlab]
get_psoOptions.rar
... 1. Installation:
-Unzip and copy the files to a folder (directory).
-Add the path to Matlab. (File>Set Path>Add with Subfolders)
-Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line)
-Run PSO for u r system.
-
[
Matlab]
show_psoOptions.rar
... 1. Installation:
-Unzip and copy the files to a folder (directory).
-Add the path to Matlab. (File>Set Path>Add with Subfolders)
-Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line)
-Run PSO for u r system.
-
[
PDF]
installation-help.rar
... 1. Installation:
-Unzip and copy the files to a folder (directory).
-Add the path to Matlab. (File>Set Path>Add with Subfolders)
-Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line)
-Run PSO for u r system.
-
[
Matlab]
dfield6.zip
... for studying single first order differential equations. When DFIELD6 is executed, a DFIELD6 Setup window is opened. The user may enter the differential equation and specify a display window using the interactive controls in the Setup window. When the ...
Category:
matlab Upload User:
wanghl Size:
23K
-
-
-
-
[
Asm]
pc_remote_control.zip
... the single remote control. The Following functions can be done with PC Remote control. All Numerical Keys (0 - 9) Arithmetic Keys (+, -, /, *) Enter, Escape, Help, Refresh, Caps lock, Tab, Back space, delete, Left, Right, Up, down arrows, Page up, Page ...
Category:
SCM Upload User:
yts1984 Size:
273K
-
[
Matlab]
qask.zip
clear all
M=input( enter the number of symbols )
N=log(M)/log(2)
NPoints=input( Enter the number of points )
NumberBits=input( Enter the number of points per bit )
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end
-
[
Matlab]
quatenarymod.zip
clear all
m=input( enter the number of symbols )
n=log(m)/log(2)
npoints=input( enter the no of points )
nbits=input( enter the no of points per bit )
for i=1:npoints
d=round((rand(1)))
data(i)=2*d-1-m
end