代码搜索结果
找到约 10,000 项符合
4 的代码
4-4-2.m
function c=bsb(x,beta,multi)
% function c=bsb(x,beta)
%
% This m-file duplicates the Brain State in a Box Experiment.
% x - input vector
% beta - feedback factor
% c - numb
4-1-4.m
P=[0.4413 0.4707 0.6953 0.8133 0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201;
0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201 0.4557 0.4790 0.7019 0.8211;
0.4517 0.4725 0.7006 0.82
chapter4_4.m
num=([1.3 2 2.5]);
den=([1 0.5 1.2 1]);
sys2=tf(num,den,'inputdelay',2,'inputName','flow','OutputName','Temp')
exp4_4.m
clf;
clear;
clc;
%—— 产生随机‘0’,‘1’信号序列
N=2000;
N1=20;
fc=3;
data_bit=randint(1,N);
%—— 产生r=0.5的平方根升余弦滤波器
[h0,den] = rcosine(1,20,'fir/sqrt',0.5,4);
t=-4:0.05:4;
figure(1);
stem(t,h0,'.');
chap4_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
ch4_4.htm
范例问题:语音讯号分析
ex4_4.txt
Example 4.4 Check For a Valid Token
/**
* Return true if there is a transaction
* token stored in the user's current session, and
* the value submitted as a request request parame
svr4-4.h
/* Definitions of target machine for GNU compiler. MIPS RISC-OS System V.4 version.
Copyright (C) 1992 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you ca