代码搜索:Separation
找到约 547 项符合「Separation」的源代码
代码结果 547
www.eeworm.com/read/342307/12029722
m user_alg8.m
function W = user_alg8( 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/342307/12029725
m user_alg6.m
function W = user_alg6( 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/342307/12029749
m user_alg9.m
function W = user_alg9( 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/342307/12029756
m user_alg3.m
function W = user_alg3( 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/342307/12029762
m user_alg1.m
function W = user_alg1( 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/342307/12030849
m user_alg2.m
function W = user_alg2( 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/342307/12030868
m user_alg4.m
function W = user_alg4( 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/342307/12030872
m user_alg10.m
function W = user_alg10( x );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sig
www.eeworm.com/read/341517/12080571
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/152680/12093821
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