代码搜索:DFE
找到约 2,505 项符合「DFE」的源代码
代码结果 2,505
www.eeworm.com/read/357783/10201134
m opt_dfe.m
% opt_dfe Computes MMSE of T/2-spaced feedforward equalizers (FSE)
% and T-spaced decision feedback equalizers (DFE)
% for a T/2-spaced complex FIR channel at a ce
www.eeworm.com/read/357783/10201171
m dfe_iirmse.m
function mse = dfe_iirmse(c,spacing,SNR)
dw=2*pi/256;
w=0:dw:2*pi;
if (spacing==1),
C=freqz(c,1,w);
T=abs(C).^2;
else
ca=c(1:2:length(c));
cb=c(2:2:length(c));
Ca=freqz(ca,1,
www.eeworm.com/read/461262/7230976
xco dfe_mult.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym
www.eeworm.com/read/461262/7230977
v dfe_filter.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 10:54:26 10/02/2007
// Design Name:
/
www.eeworm.com/read/326525/13136687
xco dfe_mult.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym
www.eeworm.com/read/326525/13136689
v dfe_filter.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 10:54:26 10/02/2007
// Design Name:
/
www.eeworm.com/read/149876/5694909
c dfe_test.c
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
* This software is the property of Advanced Micro Devices, Inc (AMD)
www.eeworm.com/read/148694/5710348
c dfe_test.c
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
* This software is the property of Advanced Micro Devices, Inc (AMD)
www.eeworm.com/read/101082/6241793
c c_dfe.c
#ifndef lint
static char *sccsid = " @(#)c_dfe.c 4.1 (ULTRIX) 7/3/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/16498/673312
xco dfe_mult.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym