代码搜索:equalizer

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

代码结果 546
www.eeworm.com/read/175201/9555726

s equalizer_3dnow.s

/ / dct64_3dnow.s: 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://
www.eeworm.com/read/423003/10593973

m lms_equalizer_simulate.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/312956/7152009

mdl 9tap_equalizer.mdl

Model { Name "aa99" Version 6.5 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedModelVersio
www.eeworm.com/read/455722/7367684

m mff_equalizer_generator.m

%% Main GUI file %% % Most of this was created by GUIDE, so comments will be sparse. function varargout = MFF_Equalizer_Generator(varargin) %% % MFF_EQUALIZER_GENERATOR M-file for MFF_Equalizer
www.eeworm.com/read/445470/7595250

m parametric_equalizer_design.m

% parmeq.m - second-order parametric EQ filter design % % [b, a, beta] = parmeq(G0, G, GB, w0, Dw) % % b = [b0, b1, b2] = numerator coefficients % a = [1, a1, a2] = denominator coefficients % G0, G,