代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/367277/9762906

c timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/170892/9781048

m lmmse_estimation.m

function output=lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr); %trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果 beta=17/9; [N,NL]=size(input); Rhh=zeros(N,N); fo
www.eeworm.com/read/267889/11159212

m add_start_seq.m

function [start_sequence,delayvec_length,sync]=add_start_seq(max_delay,window_length,pulsetype,fs,T) % [start_sequence,delay_length,sync]=add_start_seq(max_delay,window_length,pulsetype,fs,T,sync_f
www.eeworm.com/read/267631/11170332

c sendtcp.c

/* * $smu-mark$ * $name: sendtcp.c$ * $author: Salvatore Sanfilippo $ * $copyright: Copyright (C) 1999 by Salvatore Sanfilippo$ * $license: This software is under GPL ver
www.eeworm.com/read/412811/11181796

m bpsk_spread.m

%*********************BINARY PHASE SHIFT KEYING ******************* % % Simulation of BPSK system in presence of Additive White Guassian Noise % and Rayleigh fading and Dopper shift and using SPREA
www.eeworm.com/read/335934/12489984

m lmmse_estimation.m

function output=lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr); %trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果 beta=17/9; [N,NL]=size(input); Rhh=zeros(N,N); fo
www.eeworm.com/read/248277/12586353

txt readme.txt

fifo.vhd 512×8bid的FIFO dds_dds_rom.vhd 创建LPM_ROM Dds_dds.vhd DDS的VHDL描述 voltage2.gdf顶层设计--ad.vhd A/D控制 --code.vhd A/D近似算法 --division1.vhd 分频器 w
www.eeworm.com/read/334325/12610659

h ssr.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/135719/13907905

h nok_ltp_enc.h

/************************************************************************** This software module was originally developed by Nokia in the course of development of the MPEG-2 AAC/MPEG-4 Audio standar
www.eeworm.com/read/134093/14008595

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------