代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/385934/8777757
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/385934/8777895
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/385934/8778092
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/385934/8778354
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/429107/8819108
m txcdma.m
close all;
clear all;
%--------------------
% Generates baseband signal for the COM-8001 pattern generator
% Format is 2 (complex) * 10-bit (unsigned).
%--------------------
fs = 64;
nsamples =
www.eeworm.com/read/186716/8914531
m detect.m
function [b_out] = detect(in,vth,sampling_instant,b_original)
% DETECT ...... Convert the waveform at the output of the receiver filter
% back to the binary sequence. Probability of bit error (B
www.eeworm.com/read/283746/8990826
sql all_group.sql
/* 公司部门表 all_group
cp_groupid 部门ID
cp_groupnm 部门名
*/
drop SEQUENCE all_groupsq;
CREATE SEQUENCE all_groupsq
MINVALUE 1
INCREMENT BY 1;
DROP TABLE all_group;
CREATE TABLE all_group
(
www.eeworm.com/read/426674/9004817
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/426674/9004858
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/426674/9005236
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in