代码搜索:equalizer

找到约 546 项符合「equalizer」的源代码

代码结果 546
www.eeworm.com/read/302326/13837673

m lms5.m

%LMS5 Problem 2.1 % % 'ifile.mat' - input file containing: % K - iterations % H - FIR channel % Neq - equalizer order % sigman - standard deviation of noise at channel ou
www.eeworm.com/read/370242/6327304

m eqber_adaptive.m

%% EQBER_ADAPTIVE - Simulation of linear and DFE equalizers % This script runs a simulation loop for either a linear or a DFE equalizer. It % uses the RLS algorithm to initially set the weights, then
www.eeworm.com/read/309192/6342043

m lms5.m

%LMS5 Problem 2.1 % % 'ifile.mat' - input file containing: % K - iterations % H - FIR channel % Neq - equalizer order % sigman - standard deviation of noise at channel ou
www.eeworm.com/read/485902/6549003

m leqlzr.m

function w=leqlzr(h,L,delta,N,d,sigman2); % %This functin calculate the coefficient of a linear fractionally %tap-spaced equalizer. % % It has the following format: % % w=leqlzr(h,L,delta,N,d,
www.eeworm.com/read/262087/11607177

m eqber_adaptive.m

%% EQBER_ADAPTIVE - Simulation of linear and DFE equalizers % This script runs a simulation loop for either a linear or a DFE equalizer. It % uses the RLS algorithm to initially set the weights, then
www.eeworm.com/read/259919/11757555

m eqber_adaptive.m

%% EQBER_ADAPTIVE - Simulation of linear and DFE equalizers % This script runs a simulation loop for either a linear or a DFE equalizer. It % uses the RLS algorithm to initially set the weights, then
www.eeworm.com/read/228296/14393428

m eqber_adaptive.m

%% EQBER_ADAPTIVE - Simulation of linear and DFE equalizers % This script runs a simulation loop for either a linear or a DFE equalizer. It % uses the RLS algorithm to initially set the weights, then
www.eeworm.com/read/476296/6765188

m lms5.m

%LMS5 Problem 2.1 % % 'ifile.mat' - input file containing: % K - iterations % H - FIR channel % Neq - equalizer order % sigman - standard deviation of noise at channel ou
www.eeworm.com/read/285058/8871922

c misctbl.c

/* Copyright 1996, ESS Technology, Inc. */ /* SCCSID @(#)misctbl.c 4.34 02/14/05 */ /* * $Log$ */ #include "common.h" #include "tdm.h" #ifndef MEMORY_DEVICE #inclu
www.eeworm.com/read/357962/10198022

m lms_blind_equilibria.m

N = 5000; M = N/10; p = 0.5; x =2*binornd(1, p, 1, N)-1; n = 1:3; W = 3.5; h = (1/2) * (1 + cos((2 * (pi/W))*(n-2))); ww = 0:2 * pi/128:2 * pi; ww = ww(1:128); figure(1), plot(ww, abs(fft(h