代码搜索:Interference mitigation

找到约 900 项符合「Interference mitigation」的源代码

代码结果 900
www.eeworm.com/read/268231/11149139

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second
www.eeworm.com/read/147096/12584213

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the se
www.eeworm.com/read/300562/13905938

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second
www.eeworm.com/read/300086/13936741

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the se
www.eeworm.com/read/132953/14065489

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second
www.eeworm.com/read/203207/15364173

m ds.m

% MATLAB script for Illustrative Problem 9.4. clear echo on Lc=20; % number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the seco
www.eeworm.com/read/101557/15826604

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the se
www.eeworm.com/read/288303/8643926

m midscomp.m

function [ti,fi]=midpoint(t1,f1,t2,f2,k) %MIDPOINT Mid-point construction used in the interference diagram. % [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the % time-frequency plane of th
www.eeworm.com/read/431671/8662575

m midscomp.m

function [ti,fi]=midpoint(t1,f1,t2,f2,k) %MIDPOINT Mid-point construction used in the interference diagram. % [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the % time-frequency plane of th
www.eeworm.com/read/287276/8698860

h obj_funcs.h

#ifndef _obj_funcs_h_ #define _obj_funcs_h_ #include "jn_math.h" double standard_snr(double rcv, double interference, double noise) { double obj; obj = rcv/(interference + noise); return o