代码搜索:Separation

找到约 547 项符合「Separation」的源代码

代码结果 547
www.eeworm.com/read/315013/13554021

m chap1_13.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/313963/13577685

m ip_02_07.m

% MATLAB script for Illustrative Problem 2.7. clear echo on N=256; % number of samples deltaf=0.1; % frequency separation f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:de
www.eeworm.com/read/313956/13577855

m ip_02_07.m

% MATLAB script for Illustrative Problem 7, Chapter 2. echo on N=256; % number of samples deltaf=0.1; % frequency separation f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-deltaf];
www.eeworm.com/read/312664/13606564

m chap1_13.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/312588/13608607

m ip_02_07.m

% MATLAB script for Illustrative Problem 7, Chapter 2. echo on N=256; % number of samples deltaf=0.1; % frequency separation f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-deltaf];
www.eeworm.com/read/306882/13736670

m chap1_7.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/306478/13744571

m ip_02_07.m

% MATLAB script for Illustrative Problem 2.7. clear echo on N=256; % number of samples deltaf=0.1; % frequency separation f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:de
www.eeworm.com/read/305246/13776090

m user_alg5.m

function W = user_alg5( X ); % ICALAB user can replace this function by own algotrithm computing demixing matrix W % % This is only dummy function % % input: % x - signals vector, each sign
www.eeworm.com/read/305246/13776094

m user_alg7.m

function W = user_alg7( X ); % ICALAB user can replace this function by own algotrithm computing demixing matrix W % % This is only dummy function % % input: % x - signals vector, each sign
www.eeworm.com/read/305246/13776105

m user_alg8.m

function W = user_alg7( X ); % ICALAB user can replace this function by own algotrithm computing demixing matrix W % % This is only dummy function % % input: % x - signals vector, each sign