代码搜索:Modulator

找到约 415 项符合「Modulator」的源代码

代码结果 415
www.eeworm.com/read/383610/8932728

m modulator.m

%% Made by Zheng Xiao (052815 05b04) %% Group Member: Ji Yue, Sun Xin, Zheng Xiao %clear % Generate Signal %M = 16; %-the number of Sample per Period in input signal N = 32; %-the number of Sample pe
www.eeworm.com/read/176194/9512713

m modulator.m

function [TxOut, PN, MF] = Modulator(chips, MFType, Walsh); % % MODULATOR This function modulate the forward Channel chips. % Block Diagram % InChips -> [Walsh] -> [Spreading] -> [Out
www.eeworm.com/read/365203/9875219

m modulator.m

function [TxOut, PN, MF] = Modulator(chips, MFType, Walsh); % % MODULATOR This function modulate the forward Channel chips. % Block Diagram % InChips -> [Walsh] -> [Spreading] -> [Out
www.eeworm.com/read/425940/10308387

cpp modulator.cpp

//--------------------------------------------------------------------------- #pragma hdrstop #include "Modulator.h" //----------------------------------------------------------------------
www.eeworm.com/read/425940/10308524

h modulator.h

//License: GNU // // // // J-QAM sound card modem // // Copyright (C) 2007 Jonti Olds // // // // This program is free software: you can redistribute it and/or modify // // it
www.eeworm.com/read/275414/10817157

m modulator.m

function [TxOut, PN, MF] = Modulator(chips, MFType, Walsh); % % MODULATOR This function modulate the forward Channel chips. % Block Diagram % InChips -> [Walsh] -> [Spreading] -> [Out
www.eeworm.com/read/463529/7178929

vi modulator.vi

www.eeworm.com/read/438589/7729613

m modulator.m

function [mod_vector,const,map_gray]=modulator(rand_data,bits,M,mod_scheme) data=[]; for tt=1:bits:size(rand_data,1)-bits+1 % input data stream divided based on M-PSK and t=
www.eeworm.com/read/299920/7820741

cpp modulator.cpp

/******************************************************************** * modulator -- Modulates an input signal sample by sample * * Functions -- CosModulation, SinModulation
www.eeworm.com/read/247004/12692879

cpp modulator.cpp

#include #include #include "Modulator.h" void ResetModulator(Modulator& m) { m.symbol=0; m.maskSym=m.masktop; } void InitModulator(Modulator& m, ModMethod method) {