代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

makepulse.m

function pulse = makepulse(varargin) %MAKEPULSE Modulation impulse design. % H = MAKEPULSE('PropertyName',PropertyValue,...) returns the impulse % response of desired modulation impulse. All the

emd程序.txt

N = 1024;% # of data samples fs=1000 t=(1:N)/fs; %t=1:1024 %x=sin(2*pi*8*t)+sin(2*pi*20*t) %x=cos(2*pi*4*t+0.5*sin(2*pi*2*t))+sin(2*pi*16*t); x=(1+0.5*sin(2*pi*1*t)).*cos(2*pi*14*t+0.4*sin(2*pi*

chap5_5s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDerivatives(t,x,u); case 3, sys=mdlOutputs(t,x,u); case

chap5_6s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDerivatives(t,x,u); case 3, sys=mdlOutputs(t,x,u); case

chap8_6.m

%Discrete Sliding Mode Control with grey model prediction clear all; close all; ts=0.001; n=2; N1=1500; I=eye(n); N=n+3; c=15; Ce=[c 1]; a=25;b=133; A1=[0 1;0 -a]; B1=[0;b]; C1=[25

chap10_6s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDerivatives(t,x,u); case 3, sys=mdlOutputs(t,x,u); case

chap10_3s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise erro

chap10_5s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise erro

chap10_2s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise erro

chap10_4s.m

%S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, %Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes; %Outputs case 3,