代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/327775/13062075
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [y]= girem(x,fftlen2,gilen,nd);
%******************
www.eeworm.com/read/327775/13062100
m qammod.m
% Program 3-23
% qammod.m
%
% This function is used for Gray coding of 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [iout,qout]=qammod(paradata,para,nd,ml)
%******
www.eeworm.com/read/319030/13464108
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/319030/13464116
m comb2.m
% Program 5-11
% comb2.m
%
% Function to add white gaussian noise
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = comb2(idata, qdata, attn)
%****************** variables *
www.eeworm.com/read/302791/13827412
cpp inputkey.cpp
// InputKey.cpp : implementation file
// Programmed by Gamsn 2005.10.22
#include "stdafx.h"
#include "VeriFile.h"
#include "InputKey.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/442633/6289010
m comb2.m
% Program 5-11
% comb2.m
%
% Function to add white gaussian noise
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = comb2(idata, qdata, attn)
%****************** variables *
www.eeworm.com/read/487180/6516535
m qammod.m
% Program 3-23
% qammod.m
%
% This function is used for Gray coding of 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [iout,qout]=qammod(paradata,para,nd,ml)
%******
www.eeworm.com/read/262192/11601766
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/262192/11601780
m comb2.m
% Program 5-11
% comb2.m
%
% Function to add white gaussian noise
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = comb2(idata, qdata, attn)
%****************** variables *
www.eeworm.com/read/255612/12068713
m qammod.m
% Program 3-23
% qammod.m
%
% This function is used for Gray coding of 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [iout,qout]=qammod(paradata,para,nd,ml)
%******