代码搜索:equalizer
找到约 546 项符合「equalizer」的源代码
代码结果 546
www.eeworm.com/read/199224/7877014
m cum3equalizer.m
function [f, c, e] = cum3equalizer(y, L, Extended_CL)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% cum3equalizer.m
% This program is
www.eeworm.com/read/308710/13694964
m adaptive mmse equalizer.m
% Training based channel equalization
% adpative MMSE equalizer via LMS algorithm
%
% Copyright: Xiaohua(Edward) Li, Assistant Professor
% Department of Electrical and Computer Engineerin
www.eeworm.com/read/478193/6721831
m cum3equalizer.m
function [f, c, e] = cum3equalizer(y, L, Extended_CL)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% cum3equalizer.m
% This program is
www.eeworm.com/read/260849/11694552
png control_equalizer_blue.png
www.eeworm.com/read/151602/12189372
m implement of lms_equalizer.m
% Avetis Ioannisyan
% avetis@60ateight.com
% Last Updated: 11/30/05
% LMS Channel Adaptation
% reset randomizers
randn('state',sum(100*clock)) ;
rand('state',sum(100*clock)) ;
numPoints =
www.eeworm.com/read/217215/14973588
m tap11_equalizer.m
function [equalized_Data,estimated_a,Delay_line,Time_Offset,temp_counter,counter]=Tap11_Equalizer(MultiPathData,estimated_a,Source,Delay_line,Time_Offset,temp_counter,counter)
global SubCarrier
www.eeworm.com/read/211850/15172368
m cum3equalizer.m
function [f, c, e] = cum3equalizer(y, L, Extended_CL)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% cum3equalizer.m
% This program is
www.eeworm.com/read/348288/3157536
s equalizer_3dnow.s
/*
equalizer_3dnow: 3DNow! optimized do_equalizer()
copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http://m
www.eeworm.com/read/373367/2764514
py qa_cma_equalizer.py
#!/usr/bin/env python
from gnuradio import gr, gr_unittest
class test_cma_equalizer_fir(gr_unittest.TestCase):
def setUp(self):
self.fg = gr.flow_graph()
def tearDown(self):
self
www.eeworm.com/read/373367/2764695
cc create_atsci_equalizer.cc
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter