代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/321160/13411619
m ip_09_05.m
% MATLAB script for Illustrative Problem 5, Chapter 9.
echo on
% first determine the maximal length shift register sequences
% We'll take the initial shift register content as "00001".
connections1=[1
www.eeworm.com/read/321050/13412842
m ip_09_05.m
% MATLAB script for Illustrative Problem 9.5.
clear
echo on
% First determine the maximal length shift-register sequences.
% Assume the initial shift-register content as "00001".
connections1=[1
www.eeworm.com/read/320227/13430494
m dct2_recover.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Threshold-Based Correlation in DCT mid-band
% Uses two PN sequences; one for a "0" and another for a "1"
%
www.eeworm.com/read/318896/13467618
c udp_send.c
// The Rabbit sends periodic datagrams to a remote host.
// A timer determines the time between datagrams.
// This file and other embedded Ethernet and Internet code and resources are
// availabl
www.eeworm.com/read/316453/13522432
vhd 90_wss_component.vhd
--以下是部件声明的包
--部件mem_<mark>sequence</mark>,mem_string,以及协处理器分别在以下的包pkg_components中进行了说明
--每一个内存块中包括一个局部控制器,该局部控制器管理一个双向端口的RAM
--其中26-36行是mem_<mark>sequence</mark>的
--73-83行是mem_string的
--实际上每一个双端RAM都将其自己封装为真正的RAM部件
LIBR ...
www.eeworm.com/read/316452/13522448
vhd 90_wss_component.vhd
--以下是部件声明的包
--部件mem_<mark>sequence</mark>,mem_string,以及协处理器分别在以下的包pkg_components中进行了说明
--每一个内存块中包括一个局部控制器,该局部控制器管理一个双向端口的RAM
--其中26-36行是mem_<mark>sequence</mark>的
--73-83行是mem_string的
--实际上每一个双端RAM都将其自己封装为真正的RAM部件
LIBR ...
www.eeworm.com/read/316452/13522456
vhd 90_wss_component.vhd
--以下是部件声明的包
--部件mem_<mark>sequence</mark>,mem_string,以及协处理器分别在以下的包pkg_components中进行了说明
--每一个内存块中包括一个局部控制器,该局部控制器管理一个双向端口的RAM
--其中26-36行是mem_<mark>sequence</mark>的
--73-83行是mem_string的
--实际上每一个双端RAM都将其自己封装为真正的RAM部件
LIBR ...
www.eeworm.com/read/316452/13522459
vhd 90_wss_component.vhd
--以下是部件声明的包
--部件mem_<mark>sequence</mark>,mem_string,以及协处理器分别在以下的包pkg_components中进行了说明
--每一个内存块中包括一个局部控制器,该局部控制器管理一个双向端口的RAM
--其中26-36行是mem_<mark>sequence</mark>的
--73-83行是mem_string的
--实际上每一个双端RAM都将其自己封装为真正的RAM部件
LIBR ...
www.eeworm.com/read/315041/13553425
m gmsk_mod_demod1.m
clear all
m=1000;
pi=3.14159;
id=sqrt(-1);
%-------------------------------------
%码元产生
ran=randn(1,m); %随机产生Bpsk的信号比特1或-1
data_sequence=zeros(1,m);
for i=1:m
if
www.eeworm.com/read/313963/13577728
m ip_09_05.m
% MATLAB script for Illustrative Problem 9.5.
clear
echo on
% First determine the maximal length shift-register sequences.
% Assume the initial shift-register content as "00001".
connections1=[1