代码搜索:Demodulator

找到约 497 项符合「Demodulator」的源代码

代码结果 497
www.eeworm.com/read/428096/8895974

m demodulator.m

function demod_user_bit = demodulator( st_decoded, user_subc_alloc ,mod_subc ,... pad_bit_cnt, N_sym, AdptMod ) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/176194/9512710

m demodulator.m

function [SD] = Demodulator(RxIn, PN, MF, Walsh); % % DEMODULATOR This function performs demodulation of the forward % Channel packet, based on RAKE Receiver
www.eeworm.com/read/365203/9875218

m demodulator.m

function [SD] = Demodulator(RxIn, PN, MF, Walsh); % % DEMODULATOR This function performs demodulation of the forward % Channel packet, based on RAKE Receiver
www.eeworm.com/read/425940/10308409

h demodulator.h

//--------------------------------------------------------------------------- #ifndef DeModulatorH #define DeModulatorH //-------------------------------------------------------------------------
www.eeworm.com/read/425940/10308533

cpp demodulator.cpp

//--------------------------------------------------------------------------- #pragma hdrstop #include "DeModulator.h" #include "Settings_F.h" #include "Spectrum.h" //--------------------
www.eeworm.com/read/275414/10817155

m demodulator.m

function [SD] = Demodulator(RxIn, PN, MF, Walsh); % % DEMODULATOR This function performs demodulation of the forward % Channel packet, based on RAKE Receiver
www.eeworm.com/read/463529/7178906

vi demodulator.vi

www.eeworm.com/read/456082/7358845

m demodulator.m

% Demodulator , which multiplies the input signals with sin and cos and % also takes care of the PN sequences function [amp_estimate]=demodulator(mod_sig) global Fs Fc Ts Nsamp Tb pn_seqI pn_se
www.eeworm.com/read/247004/12692884

h demodulator.h

#ifndef _DEMODULATOR #define _DEMODULATOR #include "channel.H" #include "BPSK.h" typedef unsigned char byte; typedef unsigned int UINT; //TO DO: unsigned long typedef int (*DemodFunc)(UIN
www.eeworm.com/read/247004/12692934

cpp demodulator.cpp

#include #include #include "Demodulator.h" void ResetDemodulator(Demodulator& m) { m.ib=0; m.masko=0x80; // m.iSym=0; } void InitDemodulator(Demodulator& m, DemodMe