代码搜索:equalizer
找到约 546 项符合「equalizer」的源代码
代码结果 546
www.eeworm.com/read/448535/7531283
m testlms.m
% test the lms in an equalizer setting
% Assume a binary +/- 1 input.
% Copyright 1999 by Todd K. Moon
ntaps = 11; % number of adaptive filter taps
nvals = 1:3;
W = 2.9;
trueh = .5
www.eeworm.com/read/448535/7531290
m testrls.m
% test the rls in an equalizer setting
% Assume a binary +/- 1 input.
% Copyright 1999 by Todd K. Moon
ntaps = 11; % number of adaptive filter taps
nvals = 1:3;
W = 2.9;
trueh = .5
www.eeworm.com/read/448535/7531603
m wftest2.m
% test the Wiener filter equalizer stuff for a first-order signal and
% first-order channel
% Copyright 1999 by Todd K. Moon
% The AR model for the desired signal:
a1d = .8458; % feedbac
www.eeworm.com/read/198947/7902859
m dcc.m
% DCC TEQ design by cancelling the tail of known channel impulse response
% function ...
% [wopt,dopt, deldcvec] = ...
% dcc(respr,NCyclicPrefix,M, delay1, delay2)
% returns the time-domain equalizer,
www.eeworm.com/read/198947/7903097
m dcm.m
% DCM TEQ design by minimizing 1/SSNR
% function ...
% [wopt,dopt, deldcvec] = ...
% dcm(respr,NCyclicPrefix,M, delay1, delay2)
% returns the time-domain equalizer, delay and a vector containing the
www.eeworm.com/read/143498/12870483
m optideci.m
%======= optimal decision boundary for a nonminimum phase channel
% Roger Jang, Aug-11-1995
order1 = 2; % order of the equalizer
order2 = 2; % order of the channel
delay = 0; % delay of the eq
www.eeworm.com/read/209559/4967085
c eql.c
/*
* Equalizer Load-balancer for serial network interfaces.
*
* (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
* NCM: Network and Communications Management, Inc.
*
* (c) Copyright 2002 David S
www.eeworm.com/read/316872/3595867
c eql.c
/*
* Equalizer Load-balancer for serial network interfaces.
*
* (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
* NCM: Network and Communications Management, Inc.
*
* (c) Copyright 2002 David S
www.eeworm.com/read/435249/1865275
c rt_2band_eq.c
//
// Project: Experiment 5.7.8: DSP/BIOS implementation 2-band equalizer in real-time - Chapter 5
// File name: rt_2band_eq.c
//
// Description: This is the test file for the example of re
www.eeworm.com/read/162867/10262427
m selmeth_pte.m
%SELMETH_PTE selects and runs the desired TEQ design method
% for Per Tone Equalizer Design.
% [WM, D, title_str, py, pX] =
% SELMETH_PTE(method,inputSignal,receivedSignal,noise,channel,
%