代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/484221/6581970

htm q10232.htm

Q10232: Bit-wise Sequence
www.eeworm.com/read/481895/6632123

m gsm_mod.m

function [ tx_burst , I , Q ] = gsm_mod(Tb,OSR,BT,tx_data,TRAINING) % GSM_MOD: This MatLab code generates a GSM normal burst by % combining tail, ctrl, and training sequence bits with %
www.eeworm.com/read/481897/6632125

m burst_g.m

function tx_burst = burst_g(tx_data, TRAINING) % % burst_g: This function generates a bit sequence representing % a general GSM information burst. Included are tail % and ctrl b
www.eeworm.com/read/406664/11437972

c alg50.c

#include #include #include #include class print_elements { public: void operator()( string elem ) { cout
www.eeworm.com/read/406551/11439939

m convlenc.m

%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2 function [encoded_sequence]=convlenc(message) %TEST MESSAGES % message=[1 0 1 0 1 1 1 0 0 0 1 1 0 1 1
www.eeworm.com/read/403922/11506637

html function.sdo-dataobject-getsequence.html

Get the sequence for a data object
www.eeworm.com/read/402035/11543656

m conv_encoder.m

%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2 function [encoded_sequence]=convlenc(message) %TEST MESSAGES % message=[1 0 1 0 1 1 1 0 0 0 1 1 0 1 1
www.eeworm.com/read/157007/11745231

c alg50.c

#include #include #include #include class print_elements { public: void operator()( string elem ) { cout
www.eeworm.com/read/259722/11771471

c alg50.c

#include #include #include #include class print_elements { public: void operator()( string elem ) { cout
www.eeworm.com/read/345596/11804262

c isr.c

/* ISR.C file */ #include "ISR.h" #include #include "ad9958.h" unsigned char receive_count; unsigned char receive_buffer[9]; unsigned char receive_end; void Exteri