代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/170174/9815599
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/363804/9935695
m cp0201_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]=cp0201_TH(Nh
www.eeworm.com/read/363804/9935696
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/363804/9935699
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/363803/9935711
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/359237/10160221
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/359237/10160231
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/355485/10262005
m compconv2.m
% Program 5-10
% compconv2.m
% Function to perform convolution between signal and filter.
% Programmed by yixiongshu,2006.8.9
function [iout,qout]=compconv2(idata,qdata,filter)
% : filter tap
www.eeworm.com/read/355485/10262041
m autocorr.m
% Program 5-1
% autocorr.m
%
% Autocorrelation function of a sequence
%
% Programmed by yixoingshu,2007.8.9
%
function [out]=autocorr(indata,tn)
% indata: input sequence
% tn : number
www.eeworm.com/read/355484/10262123
m compconv2.m
% Program 5-10
% compconv2.m
% Function to perform convolution between signal and filter.
% Programmed by yixiongshu,2006.8.9
function [iout,qout]=compconv2(idata,qdata,filter)
% : filter tap