代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/273536/10912062
c constr_sequence_of.c
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/273536/10912105
c asn_sequence_of.c
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/273536/10912244
h asn_sequence_of.h
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef ASN_SEQUENCE_OF_H
#define ASN_S
www.eeworm.com/read/418071/10966389
m m_sequence.m
function[mseq]=m_sequence(fbconnection)
n=length(fbconnection);
N=2^n-1;
register=[zeros(1,n-1) 1]; %移位寄存器的初始状态
mseq(1)=register(n); %m序列的第一个输出码元
for i=2:N
newregister(1)=mod(sum(fbc
www.eeworm.com/read/270548/11033339
m plot_sequence.m
function plot_sequence(teacherSequence, predictedSequence, nPoints, caption)
% PLOT_SEQUENCE plots each dimension from the both the teacherSequence and
% the sequence predicted by the network. The fir
www.eeworm.com/read/469060/6977193
txt m_sequence.txt
用移位寄存器产生M序列
X1=1;X2=0;X3=1;X4=0; %移位寄存器输入Xi初T态(0101), Yi为移位寄存器各级输出
m=60; %置M序列总长度
for i=1:m %1#
Y4=X4; Y3=X3; Y2=X2; Y1=X1;
X4=Y3; X3=Y2; X2=Y1;
X1=xor(Y3,Y4
www.eeworm.com/read/469268/6979752
qws m_sequence.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/469268/6979754
v m_sequence.v
module m_sequence(q,clock,reset);
output q;
input clock;
input reset;
reg q;
reg [31:0] PRBS;
integer i;
integer j;
always@(posedge clock)
begin
if(reset==1)
www.eeworm.com/read/469268/6979755
vwf m_sequence.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/469268/6979759
qsf m_sequence.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu