代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/388300/7217520

txt table.txt

bookBrowse: Id number(3),primary key studentName varchar2(40),not null bookName varchar2(40),not null borrowDate Date, returnDate Date,
www.eeworm.com/read/460952/7236986

m dopllecombarker.m

%张润宁论文中多普勒补偿问题, 巴克码(加噪声) %改变fd的值可以改变多普勒频率的大小 %改变SNR的值可以改变信噪比的大小 clear all; T=0.2*10.^-6; %子脉冲宽度T B=1/T; %子脉冲带宽B=1/T fd=0.05*B
www.eeworm.com/read/460561/7247048

m ss_mlsrs.m

function [seq]=ss_mlsrs(connections); %[seq]=ss_mlsrs(connetions) %SS_MLSRS generates the maximal length shift-register sequence when the %shift-register connections are given as input to the funct
www.eeworm.com/read/460561/7247049

asv ss_mlsrs.asv

function [seq]=ss_mlsrs(connections); %[seq]=ss_mlsrs(connetions) %SS_MLSRS generates the maximal length shift-register sequence when the %shift-register connections are given as input to the funct
www.eeworm.com/read/458404/7297041

m ss_mlsrs.m

function [seq]=ss_mlsrs(connections); % [seq]=ss_mlsrs(connections) % SS_MLSRS generates the maximal length shift-register sequence when the % shift-register connections are given as input to
www.eeworm.com/read/458286/7299641

m kasamiseq64.m

clc; clear all; close all; fbconnection=[0 1 0 0 1 1]; mseq=m_sequence(fbconnection); % fbconnection1=[0 0 1 0 0 1]; % fbconnection2=[0 1 1 1 0 1]; kasamiseq=kasami_seq(fbconnection); %N=2
www.eeworm.com/read/450177/7489665

cpp stopwaitcommdlg.cpp

// StopWaitCommDlg.cpp : 实现文件 // #include "stdafx.h" #include "StopWaitComm.h" #include "StopWaitCommDlg.h" #include ".\stopwaitcommdlg.h" #include "afxmt.h" #ifdef _DEBUG #define new DEBU
www.eeworm.com/read/448529/7531896

m hsolpsav.m

function [y] = hsolpsav(x,h,N) % High-speed Overlap-Save method of block convolutions using FFT % -------------------------------------------------------------- % [y] = hsolpsav(x,h,N) % y = outp
www.eeworm.com/read/448259/7535804

m exa1_14.m

% exa1-14_unit_step_d.m for example 1-14 % unit step sequence clear all; N=32; x=ones(1,N); xn=0:N-1; stem(xn,x) axis([-1 32 0 1.1])
www.eeworm.com/read/448259/7535832

m exa1_12.m

% exa1-12_shift_unit_pulse_d.m for example 1-12 % shifted unit pulse sequence clear all; N=64; k=20; x=zeros(1,N); x(k)=1; xn=0:N-1; stem(xn,x) axis([-1 65 0 1.1])