代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/425205/10370851
h cisco-h225.h
//
// cisco-h225.h
//
// Code automatically generated by asnparse.
//
#if ! H323_DISABLE_CISCO_H225
#ifndef __CISCO_H225_H
#define __CISCO_H225_H
#ifdef P_USE_PRAGMA
#pragma interface
#endif
#incl
www.eeworm.com/read/353619/10434546
cpp mpeg_decoder.cpp
/*
* Copyright (C) 2005-2007 gulikoza
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/424063/10503018
m tstrssq.m
function [ret,x0,str,ts,xts]=tstrssq(t,x,u,flag);
%TSTRSSQ is the M-file description of the SIMULINK system named TSTRSSQ.
% The block-diagram can be displayed by typing: TSTRSSQ.
%
%
www.eeworm.com/read/160397/10535618
m pngen.m
function [PnSeqOut, ShiftRegState] = PnGen(CharPoly,ShiftRegState, NumChips)
% Usage: [PnSeqOut, ShiftRegState] = PnGen(CharPoly,ShiftRegState, NumChips)
%
% This function acts as a shift register seq
www.eeworm.com/read/278339/10542844
h ssr.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistr
www.eeworm.com/read/352501/10545387
m wbsignal.m
%wbsignal.m Generates wide band random sequence.Represents one info bit
len_code = 128; %length of random sequence
code = 2*round(rand(1,len_code))-1; %generates random sequence {1,-1}
sa
www.eeworm.com/read/277957/10590948
m exa1_20.m
% exa1-20_random_d.m for example 1-20
% random sequence
clear all;
N=32;
x_rand=rand(1,N);
x_randn=randn(1,N);
xn=0:N-1;
figure(1)
stem(xn,x_rand)
figure(2)
stem(xn,x_randn)
www.eeworm.com/read/422277/10650723
hif bahe.hif
Version 7.1 Build 156 04/30/2007 SJ Full Version
30
1750
OFF
OFF
OFF
OFF
ON
ON
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Pat
www.eeworm.com/read/348630/10880082
asv marand.asv
%m序列的产生 又名为: N级线性最长反馈序列 这个是网上找的 但是结果很奇怪 最好一个如果为0时 输出的数很奇怪
%输入格式seq=mrand([1 0 0 1 0]) 1代表相连 0代表断开
%主函数
function m_rand=marand(fbconnection)
%fbconnection=[0 1 0 0 1]; %特征多项式
m=1;
www.eeworm.com/read/348630/10880086
m marand.m
%m序列的产生 又名为: N级线性最长反馈序列 这个是网上找的 但是结果很奇怪 最好一个如果为0时 输出的数很奇怪
%输入格式seq=mrand([1 0 0 1 0]) 1代表相连 0代表断开
%主函数
function m_rand=marand(fbconnection)
%fbconnection=[0 1 0 0 1]; %特征多项式
m=1;