代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/453797/7412282
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/452679/7436543
sym console.sym
000 @SCRATCH
001 @SCRATCH
001 _RETURN_
002 @SCRATCH
003 @SCRATCH
004 @SCRATCH
005 @INTERRUPT_AREA
006 @INTERRUPT_AREA
007 @INTERRUPT_AREA
008 @INTERRUP
www.eeworm.com/read/447980/7542618
vhd lfsr_generic.vhd
-- EE 552 Student Application Note
--
-- Autononmous Linear Feedback Shift Register
--
-- Description: Implementation of a Linear Feedback Shift Register
-- that generates a sequence of 2^N-1 non-r
www.eeworm.com/read/444645/7609633
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/443492/7631796
cpp vcdlg.cpp
// VCDlg.cpp : implementation file
//
#include "stdafx.h"
#include "VC.h"
#include "VCDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
www.eeworm.com/read/442577/7649327
m add_pa_and_white_noise.m
function [rx]=add_PA_and_channel_effect(channel,signal_sequence,rx,p,noise_vector);
rx.received_signal=sqrt(p).*signal_sequence.*channel.attenuation.h+noise_vector;
www.eeworm.com/read/442577/7649328
m add_pa_and_channel_effect.m
function [rx]=add_PA_and_channel_effect(channel,signal_sequence,rx,p,noise_vector);
rx.received_signal=sqrt(p).*signal_sequence.*channel.attenuation.h+noise_vector;
www.eeworm.com/read/438556/7729813
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/436177/7775858
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/299942/7819502
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