代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/171613/9745232
lkf debug.lkf
-z -q -c -o"./Debug/PN_MSRG_SEQUENCE.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\PN_MSRG_SEQUENCE\Debug\PN_MSRG_SEQUENCE.obj"
"D:\PN_MSRG_SEQUENCE\PN_MS
www.eeworm.com/read/171613/9745240
lkv debug.lkv
-z -q -c -o"./Debug/PN_MSRG_SEQUENCE.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\PN_MSRG_SEQUENCE\Debug\PN_MSRG_SEQUENCE.obj"
"D:\PN_MSRG_SEQUENCE\PN_MS
www.eeworm.com/read/367277/9762982
c tcp.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/414455/11111347
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/414455/11111360
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/268787/11121931
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/414203/11125029
m d.m
% Lab 06
% WiCom_3
% By Kashif Shahzad
% 01-ET-31
% 3rd July 2004
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Direct Sequence Spread Spectrum
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc
clear
%
www.eeworm.com/read/268260/11146987
m sigadd.m
function [y,n] = sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = fi
www.eeworm.com/read/268260/11147076
m sigmult.m
function [y,n] = sigmult(x1,n1,x2,n2)
% implements y(n) = x1(n)*x2(n)
% -----------------------------
% [y,n] = sigmult(x1,n1,x2,n2)
% y = product sequence over n, which includes n1 and n2
% x
www.eeworm.com/read/268231/11148950
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 lev