代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/182909/9185915
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/182909/9185969
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/182909/9186007
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/379443/9197152
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/379443/9197180
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/379443/9197292
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/379443/9197330
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/180233/9315003
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/180233/9315005
m giins.m
% Function 4-3
% giins.m
%
% Function to insert guard interval into transmission signal
%
% Programmed by T.Yamamura and H.Harada
%
function [y]= giins(x,fftlen,gilen,nd);
%***************
www.eeworm.com/read/374010/9423724
m test3.m
% DEMONSTRATION PROGRAM FOR TESTING NNARMAX2
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995
close all
StopDemo=0;
figure
guihand=gcf;