代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/288496/8628518
m comb.m
% comb.m
% 产生加性高斯白噪声
% Programmed by ZuFei Chen
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables *************************
% idata : Ich路输入数据
% qdata : Qch路输入数
www.eeworm.com/read/286640/8752711
m cp0202_ds.m
%
% FUNCTION 2.7 : "cp0202_DS"
%
% Generates a random DS code
% with periodicity 'Np'
%
% Programmed by Guerino Giancola
%
function [DScode]=cp0202_DS(Np);
% -----------------------------
www.eeworm.com/read/286640/8752847
m cp0804_signalshift.m
%
% Function 8.14: "cp0804_signalshift"
%
% Applies a circular shift of 't' seconds
% to the input vector 'in'
%
% Programmed by Guerino Giancola
%
function [out] = cp0804_signalshift(in,fc,
www.eeworm.com/read/286640/8752918
m cp0201_th.m
%
% FUNCTION 2.3 : "cp0201_TH"
%
% Generates a pseudorandom TH code
% with periodicity 'Np' and cardinality 'Nh'
%
% Programmed by Guerino Giancola
%
function [THcode]=cp0201_TH(Nh,Np);
%
www.eeworm.com/read/286640/8752922
m cp0201_bits.m
%
% FUNCTION 2.1 : "cp0201_bits"
%
% Generates a stream of equiprobable binary values ('bits')
% The number of bits ('numbits') is an input parameter
%
% Programmed by Guerino Giancola
%
fun
www.eeworm.com/read/187078/8858516
m th.m
%
% FUNCTION 2.3 : "cp0201_TH"
%
% Generates a pseudorandom Time Hopping code
% with periodicity 'Np' and cardinality 'Nh'
%
% Programmed by Guerino Giancola
%
function THcode=TH(Nh,Np)
%
www.eeworm.com/read/187078/8858527
m cp0804_signalshift.m
%
% Function 8.14: "cp0804_signalshift"
%
% Applies a circular shift of 't' seconds
% to the input vector 'in'
%
% Programmed by Guerino Giancola
%
function [out] = cp0804_signalshift(in,fc,
www.eeworm.com/read/187078/8858538
m cp0804_signalshift.m
%
% Function 8.14: "cp0804_signalshift"
%
% Applies a circular shift of 't' seconds
% to the input vector 'in'
%
% Programmed by Guerino Giancola
%
function [out] = cp0804_signalshift(in,fc,
www.eeworm.com/read/187078/8858545
m bits.m
%
% FUNCTION 2.1 : "cp0201_bits"
%
% Generates a stream of equiprobable binary values ('bits')
% The number of bits ('numbits') is an input parameter
%
% Programmed by Guerino Giancola
%
fun
www.eeworm.com/read/187078/8858555
asv th.asv
%
% FUNCTION 2.3 : "cp0201_TH"
%
% Generates a pseudorandom Time Hopping code
% with periodicity 'Np' and cardinality 'Nh'
%
% Programmed by Guerino Giancola
%
function THcode=TH(Nh,Np)
%