代码搜索:BOC
找到约 71 项符合「BOC」的源代码
代码结果 71
www.eeworm.com/read/283275/9031794
m boc.m
M=5;
N=1;
fs=80e6;
ind=9900:10100;
t=0:1/fs:10000/fs;
f0=1.023e6;
%code=cacode(1,N*1.023e6, fs,10000,0);
code = gcode(N*1.023e6, fs, 10000);
x=2*pi*f0*M*t(1:length(code));
Xnm1=code.*sign(e
www.eeworm.com/read/283275/9031800
asv boc.asv
M=2;
N=1;
fs=80e6;
ind=9900:10100;
t=0:1/fs:10000/fs;
f0=1.023e6;
code=cacode(1,N*1.023e6, fs,10000,0);
code = gcode(N*1.023e6, fs, 10000);
x=2*pi*f0*M*t(1:length(code));
Xnm1=code.*sign(ex
www.eeworm.com/read/283275/9031809
m boc.m
M=15;
N=2.5;
fs=80e6;
ind=9900:10100;
t=0:1/fs:10000/fs;
f0=1.023e6;
%code=cacode(1,N*1.023e6, fs,10000,0);
code = gcode(N*1.023e6, fs, 10000);
x=2*pi*f0*M*t(1:length(code));
Xnm1=code.*sig
www.eeworm.com/read/283275/9031818
asv boc.asv
M=5;
N=1;
fs=80e6;
ind=9900:10100;
t=0:1/fs:10000/fs;
f0=1.023e6;
%code=cacode(1,N*1.023e6, fs,10000,0);
code = gcode(N*1.023e6, fs, 10000);
x=2*pi*f0*M*t(1:length(code));
Xnm1=code.*sign(e
www.eeworm.com/read/419873/10832938
m boc.m
% Demonstration of BOC modulation principle
% February 13, 2006
% Written by Kai Borre and Darius Plasinaitis
phi = linspace(0,12,600);
figure(1);
%Spreading Code
chips = [ones(1, 400), -1
www.eeworm.com/read/417152/11002053
m boc.m
% Demonstration of BOC modulation principle
% February 13, 2006
% Written by Kai Borre and Darius Plasinaitis
phi = linspace(0,12,600);
figure(1);
%Spreading Code
chips = [ones(1, 400), -1
www.eeworm.com/read/444864/7096383
m boc.m
% Demonstration of BOC modulation principle
% February 13, 2006
% Written by Kai Borre and Darius Plasinaitis
phi = linspace(0,12,600);
figure(1);
%Spreading Code
chips = [ones(1, 400), -1
www.eeworm.com/read/451642/7460463
m boc.m
% Demonstration of BOC modulation principle
% February 13, 2006
% Written by Kai Borre and Darius Plasinaitis
phi = linspace(0,12,600);
figure(1);
%Spreading Code
chips = [ones(1, 400), -1
www.eeworm.com/read/196964/8038278
cfg boc.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/196964/8038281