代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/150770/12263783
m cp0202_ds.m
%
% FUNCTION 2.7 : "cp0202_DS"
%
% Generates a random Direct Sequence code
% with periodicity 'Np'
%
% Programmed by Guerino Giancola
%
function [DScode]=cp0202_DS(Np);
% ----------------
www.eeworm.com/read/231723/14222806
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/231691/14223229
m autocorr.m
% Program 5-1
% autocorr.m
%
% Autocorrelation function of a sequence
%
% Programmed by M.Okita and H.Harada
%
function [out] = autocorr(indata, tn)
% *************************************
www.eeworm.com/read/228514/14381014
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/228503/14381186
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/228472/14382965
m autocorr.m
% Program 5-1
% autocorr.m
%
% Autocorrelation function of a sequence
%
% Programmed by M.Okita and H.Harada
%
function [out] = autocorr(indata, tn)
% *************************************
www.eeworm.com/read/228472/14383018
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H.Harada
%
function outdata = mvalue(indata)
%****************** variables *************************
% indata : Input data
%*
www.eeworm.com/read/228472/14383098
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/223341/14644406
txt whatsnew.txt
FTP Server - Programmed by Pablo van der Meer
[01/01/2002] Version 1.0 build 001
- Initial release
[02/02/2002] Version 1.0 build 001/004
- Several bug fixes
[05/20/2002] Version 1.0 build
www.eeworm.com/read/118392/14873902
c proto.c
/*
* File: proto.c
*
* Copyright (C) 2003 Jorge Arellano Cid ,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu