代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/491187/6441519

m dsss.m

% Lab 06 % WiCom_3 % By Kashif Shahzad % 01-ET-31 % 3rd July 2004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Direct Sequence Spread Spectrum %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc clear %
www.eeworm.com/read/489084/6482580

m cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c
www.eeworm.com/read/488464/6487354

m mula_pcm.m

function [sqnr,a_quan,code]=mula_pcm(a,n,mu) %MULA_PCM mu-law PCM encoding of a sequence % [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU). % a=input sequence. % n=number of quantization
www.eeworm.com/read/487620/6506465

java grass.java

package net.frog_parrot.jump; import javax.microedition.lcdui.*; import javax.microedition.lcdui.game.*; /** * This class draws the background grass. * * @author Carol Hamer */ public class Gras
www.eeworm.com/read/486622/6536816

c data2.c

/************************************************************************************** FILE data2.c - Sample data used in realdft2.c ********************************************************
www.eeworm.com/read/486139/6543852

m testhuff.m

% TestHuff Test and example of how to use Huff06 %---------------------------------------------------------------------- % Copyright (c) 2000. Karl Skretting. All rights reserved. % Hogskole
www.eeworm.com/read/484789/6575155

m test_r2_dit.m

%------------------------------------------------------------ % Complete this code that implements % Radix-2 DIT Algorithm for 8-point Input Sequence. %-----------------------------------------
www.eeworm.com/read/484221/6581954

htm q694.htm

Q694 The Collatz Sequence Q694: The Collatz Sequence
www.eeworm.com/read/481896/6632124

m gmsk_mod.m

function [I,Q] = gmsk_mod(BURST,Tb,OSR,BT) % % gmsk_mod: This function accepts a GSM burst bit sequence and % performs a GMSK modulation of the sequence. The % modulation is
www.eeworm.com/read/481504/6641931

m wcdmadespread.m

function [y,z]=WCDMADespread(unscrambled_signal,chan_code,N) %****************************************************************************** %function [y,z]=WCDMADespread(unscrambled_signal,chan_cod