代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/443411/7633381
c app.c
#include
sbit P11=P1^1;
//------------------------------------------------------------------------
//外部数据
//------------------------------------------------------------------------
www.eeworm.com/read/440450/7689240
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/439811/7701439
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/438910/7724653
m plot_sim.m
function plot_sim(offset,xlims,PRN)
% offset = str2num(offset);
% PRN = str2num(PRN);
% xlims = str2num(xlims);
global s0;
[s0 t] = create_code_samples_for_demo(PRN,0);
[s1 t] = create_code_
www.eeworm.com/read/435917/7781246
test collate3.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/298907/7924304
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/298894/7927250
m condor_init_data_signal.m
% Return data_signal: upsampled, pulse shaped and channel filtered
% version of the data bit
%
function [burst, Lb] = ...
condor_init_data_signal(FS_CONT, PACKET_LENGTH, ...
www.eeworm.com/read/298719/7943337
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/297772/7997228
m gold.m
% MATLAB script for Illustrative Gold sequence generation.
echo on
% first determine the maximal length shift register sequences
% We'll take the initial shift register content as "00001".
connect