代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/394079/8249493
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/394079/8249526
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/293963/8260898
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/293963/8260927
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/393253/8300153
m msk_fading.m
% Program 3-14
% msk_fading.m
%
% Simulation program to realize MSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** preparatio
www.eeworm.com/read/393253/8300156
m bpsk_pzfan.m
% Program 3-1
% bpsk.m
%
% Simulation program to realize BPSK transmission system
%
% Programmed by H.Harada and T.Yamamura,
%
echo off;
clear all;
%******************** Preparation part ****
www.eeworm.com/read/393253/8300163
m gmsk_fading.m
% Program 3-19
% gmsk_fading.m
%
% Simulation program to realize GMSK transmission system
% (under one path fading)
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation
www.eeworm.com/read/393253/8300201
m oqpsk_fading.m
% Program 3-12
% oqpsk_fading.m
%
% Simulation program to realize OQPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Prepar
www.eeworm.com/read/393253/8300206
m bpsk_fading.m
% Program 3-2
% bpsk_fading.m
%
% Simulation program to realize BPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura,
%
%******************** Preparat
www.eeworm.com/read/393253/8300208
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********