代码搜索:Separation

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

代码结果 547
www.eeworm.com/read/205457/15315785

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/475897/6768606

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/476069/6773281

m ip_02_07.m

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

m segy_writestack.m

function SEGY_WriteStack(fname, stack, dt, separation, texttype, numtype) % SEGY_WRITESTACK(fname, stack, dt, separation, texttype, numtype) % % Writes to the 'fname' file in SEGY, a 'stack' (NxM a
www.eeworm.com/read/293984/8260091

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/392443/8342037

m tintore.m

function [F2, Fb] = tintore(xi, yi, zi) % [F2, Fb] = tintore (xi, yi, zi) % % Separation scale function using the parameter of Tintor
www.eeworm.com/read/173140/9670842

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/171238/9765105

m ip_02_07.m

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

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/268764/11122669

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