代码搜索:transmission

找到约 3,463 项符合「transmission」的源代码

代码结果 3,463
www.eeworm.com/read/430037/1942742

m pr2_46.m

%Problem 2.46; %Binary transmission error probability; %Calculates error probability for an arbitrary signal pair versus SNR. clear all; SP=[ones(1,100);ones(1,50),-ones(1,50);ones(1,70),-ones(1,
www.eeworm.com/read/432360/8608828

m bpsk.m

% bpsk.m % Simulation program to realize BPSK transmission system % % 这个程序仿真了数字信号的BPSK调制及相关解调, % 传输信道为加性高斯白噪声信道(AWGN) %******************** Preparation part ********************** sr=25600
www.eeworm.com/read/431224/8694698

m setx0.m

function a = setx0(a) global Bus DAE PV Syn Line jay if ~a.n, return, end % reset transmission line reactance and admittance matrix Line = addxl(Line,a.line,a.u.*a.xcs); if sum(a.u), Line = build_y
www.eeworm.com/read/431224/8698382

m hmatrix.m

function hmatrix(a) global LA DAE Bus if ~a.n LA.h_ps = []; LA.h_qs = []; LA.h_is = []; LA.h_pr = []; LA.h_qr = []; LA.h_ir = []; fm_disp('No transmission line or transform
www.eeworm.com/read/431224/8698849

m setx0.m

function a = setx0(a) global Line DAE Settings if ~a.n, return, end % reset transmission line reactance and admittance matrix Line = mulxl(Line,a.line,1./(1-a.u.*a.Cp)); if sum(a.u), Line = build_y
www.eeworm.com/read/384940/8827901

m setx0.m

function a = setx0(a) global Bus DAE PV Syn Line jay if ~a.n, return, end % reset transmission line reactance and admittance matrix Line = addxl(Line,a.line,a.u.*a.xcs); if sum(a.u), Line = build_y
www.eeworm.com/read/384940/8832307

m hmatrix.m

function hmatrix(a) global LA DAE Bus if ~a.n LA.h_ps = []; LA.h_qs = []; LA.h_is = []; LA.h_pr = []; LA.h_qr = []; LA.h_ir = []; fm_disp('No transmission line or transform
www.eeworm.com/read/384940/8832912

m setx0.m

function a = setx0(a) global Line DAE Settings if ~a.n, return, end % reset transmission line reactance and admittance matrix Line = mulxl(Line,a.line,1./(1-a.u.*a.Cp)); if sum(a.u), Line = build_y
www.eeworm.com/read/357685/10203119

hdsl2-shdsl-line-mib

HDSL2-SHDSL-LINE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32, Gauge32, NOTIFICATION-TYPE, Integer32, transmission FROM SNMPv2-SMI RowStatus,
www.eeworm.com/read/470782/6908271

m bpsk.m

% bpsk.m % Simulation program to realize BPSK transmission system % % 这个程序仿真了数字信号的BPSK调制及相关解调, % 传输信道为加性高斯白噪声信道(AWGN) %******************** Preparation part ********************** sr=25600