代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/452750/1648443
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/452750/1648454
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/452750/1648456
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/452750/1648457
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)
%***********
www.eeworm.com/read/452750/1648459
m qpsk_fading.m
% Program 3-6
% qpsk_fading.m
%
% Simulation program to realize QPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Preparati
www.eeworm.com/read/250243/4440964
txt audigy-mixer.txt
Sound Blaster Audigy mixer / default DSP code
===========================================
This is based on SB-Live-mixer.txt.
The EMU10K2 chips have a DSP part which can be programmed to suppor
www.eeworm.com/read/209559/4973254
txt audigy-mixer.txt
Sound Blaster Audigy mixer / default DSP code
===========================================
This is based on SB-Live-mixer.txt.
The EMU10K2 chips have a DSP part which can be programmed to suppor
www.eeworm.com/read/173155/5376301
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/173155/5376311
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/173155/5376320
m ofdm_fading.m
% Program 4-2
% ofdm_fading.m
%
% Simulation program to realize OFDM transmission system
% (under one path fading)
%
% programmed by T.Yamamura and H.Harada
%
%********************** prepara