代码搜索:Equalizer
找到约 546 项符合「Equalizer」的源代码
代码结果 546
www.eeworm.com/read/331135/3415666
hpp equalizer.hpp
/*****************************************************************************
* equalizer.hpp
*****************************************************************************
* Copyright (C) 2003 the
www.eeworm.com/read/331135/3416466
c equalizer.c
/*****************************************************************************
* equalizer.c:
*****************************************************************************
* Copyright (C) 2004, 200
www.eeworm.com/read/283625/4076372
m equalizer.m
function equal_out = equalizer(Nf,Nb,in_signal,lambda)
global cir_matrix_t
global N
global flag
len = length(in_signal);
b_signal = zeros(1,Nb);
for k = 1:N/2
cir = cir_matrix_t
www.eeworm.com/read/282769/4087524
java equalizer.java
/*
* 12/12/99 Initial version. mdm@techie.com
/*-----------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/281541/4114739
pas equalizer.pas
unit Equalizer;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, XaudioPlayer;
type
TEqualizerForm = class(TForm)
Ena
www.eeworm.com/read/396408/2419685
h equalizer.h
/*=============================================================================
//
// This software has been released under the terms of the GNU General Public
// license. See http://www.gnu.org/co
www.eeworm.com/read/396408/2420336
c equalizer.c
#include "mpg123.h"
void init_spline(float *x, float *y, int n, float *y2)
{
int i, k;
float p, qn, sig, un, *u;
u = (float *) malloc(n * sizeof (float));
y2[0] = u[0] = 0.0;
for (i = 1; i <