代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/187074/8858634
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/284955/8881552
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/428214/8883388
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/428214/8883398
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 o
www.eeworm.com/read/383510/8941072
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/182909/9185855
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/182909/9185924
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H.Harada
%
function outdata = mvalue(indata)
%****************** variables *************************
% indata : Input data
%*
www.eeworm.com/read/182909/9185928
m main.m
% Program 2-3
% main.m
%
% calculate mean, dispersion and standard deviation for the vector data
%
% Programmed by H.Harada
%
data=rand(1,20);
mvalue2=mvalue(data);
[sigma2, sigma]= disper(
www.eeworm.com/read/182909/9185994
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/379443/9197127
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)
% *************************************