代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/231723/14222817
m msk2_fading.m
% Program 3-16
% msk2_fading.m
%
% Simulation program to realize MSK transmission system
% (under one path fading)
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation
www.eeworm.com/read/231691/14223249
m crosscorr.m
% Program 5-2
% crosscorr.m
%
% Crosscorrelation function of a sequence
%
% Programmed by M.Okita and H.Harada
%
function [out] = crosscorr(indata1, indata2, tn)
% ************************
www.eeworm.com/read/230172/14303216
m compconv.m
% Program 3-7
% compconv.m
%
% Function to perform convolution between signal and filter
%
% programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv(idata, qdata, filter)
% *
www.eeworm.com/read/230172/14303222
m qpskdemod1.m
% Program 3-10
% qpskdemod.m
%
% Function to perform QPSK demodulation
%
% programmed by H.Harada
%
function [iout,qout]=qpskdemod1(idata,qdata,para,nd,ml)
%****************** variables **
www.eeworm.com/read/228472/14382982
m crosscorr.m
% Program 5-2
% crosscorr.m
%
% Crosscorrelation function of a sequence
%
% Programmed by M.Okita and H.Harada
%
function [out] = crosscorr(indata1, indata2, tn)
% ************************
www.eeworm.com/read/228472/14383002
m crdemapping.m
% Function 4-7
% crdemapping.m
%
% Function to separate data from the subcarrier
% (DC=0)
%
% MATLAB version
% programmed by T.Yamamura
%
function [iout,qout]=crdemapping(idata,qdata,fftlen
www.eeworm.com/read/228472/14383076
m compconv.m
% Program 3-7
% compconv.m
%
% Function to perform convolution between signal and filter
%
% programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv(idata, qdata, filter)
% *
www.eeworm.com/read/228472/14383110
m msk2_fading.m
% Program 3-16
% msk2_fading.m
%
% Simulation program to realize MSK transmission system
% (under one path fading)
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation
www.eeworm.com/read/226990/14445114
m crdemapping.m
% Function 4-7
% crdemapping.m
%
% Function to separate data from the subcarrier
% (DC=0)
%
% MATLAB version
% programmed by T.Yamamura
%
function [iout,qout]=crdemapping(idata,qdata,fftlen
www.eeworm.com/read/120207/14809910
c kanjicnv.c
/*
* kanjicnv.c
* Japanese conversion routines for UUPC/Extended
*
* Based on Oimo source file stdfunc.c
* Programmed by Shigeki Matsushima and Dai Yokota 4-MAY-1989
* Modified by Kenji Ri