代码搜索结果
找到约 10,000 项符合
5 的代码
exm5_5.mdl
Model {
Name "exm2_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
exp5_5.mdl
Model {
Name "exp5_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
ex5_5.m
clear all;
N=64;
w=rectwin(N);
Wvtool(w);
lind5-5.c
#include
main()
{
float x,y;
printf("Please input x.\n");
scanf("%f",&x);
if (x=1&&x=10) y=3*x-11;
printf("%.1f\n",y);
}
experiment5_5.m
% Experiment 5, CS BOOK, Haykin
% Digital phase lock loop
% Track error of the recursive Costas Loop.
% Effect of varying signal-to-noise-ratio
% on convergence behaviour of the recursive Costas Loo
ex5_5.m
G=tf([1,1],[conv([1,-1],[1,4,16]) 0]);
hold off; rlocus(G); axis('square')
[K,P]=rlocfind(G) % Selecting point 1
[K,P]=rlocfind(G) % Selecting point 2
[xx,yy]=rlasymp(G); hold on; plot(xx,yy,
listing 5-5.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class OnlineHelp extends MIDlet implements CommandListener
{
private Display display;
private Command back;
pr
5-5-2.m
%初始化正向权值w和反向权值v
w=rands(18,2)/2+0.5;
v=rands(5,18)/2+0.5;
%输入向量P和目标向量T
P=[0 0;0.5 0.5;0 0.5;1 3;0.5 1;1 0.5];
T=[1 0 0 0 0;1 0 0 0 0;0 1 0 0 0;0 0 1 0 0;0 0 0 1 0;0 0 0 0 1];
T_out=T;
%设定学习步数为1