代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/356716/10222607

psm led_ctrl.psm

; KCPSM3 Program - LED control with Pulse Width Modulation (PWM). ; ; Design provided for use with the design 'low_cost_design_authe
www.eeworm.com/read/355505/10260306

src serires sub.src

; .\serires sub.SRC generated from: serires sub.c ; COMPILER INVOKED BY: ; C:\Keil\C51\BIN\C51.EXE serires sub.c BROWSE DEBUG OBJECTEXTEND SRC(.\serires sub.SRC) $NOMOD51 NAME SERIRES_S
www.eeworm.com/read/280929/10279333

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/280929/10279374

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/354492/10349648

c alg41.c

#include #include #include /* original element sequence: 0 1 1 2 3 5 8 13 21 34 sequence after applying replace_if < 10 with 0: 0 0 0 0 0 0 0 13
www.eeworm.com/read/353619/10434802

c header.c

/* * header.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 2003 Regis Duchesne * Copyright (C) 1999-2000 Aaron Holtzman
www.eeworm.com/read/424063/10499394

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/424063/10501481

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/160583/10517311

py dash_control.py

#!/usr/bin/env python """ You can precisely specify dashes with an on/off ink rect sequence in points. """ from pylab import * dashes = [5,2,10,5] # 5 points on, 2 off, 3 on, 1 off l, = plot(arange
www.eeworm.com/read/423536/10552999

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