代码搜索:equalizer
找到约 546 项符合「equalizer」的源代码
代码结果 546
www.eeworm.com/read/268231/11148835
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized_x=filte
www.eeworm.com/read/147096/12586862
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized
www.eeworm.com/read/300562/13905478
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized_x=filte
www.eeworm.com/read/300086/13936877
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized
www.eeworm.com/read/132953/14065180
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized_x=filte
www.eeworm.com/read/101557/15827417
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized
www.eeworm.com/read/335807/12496919
m ip_06_10.m
% MATLAB script for Illustrative Problem 6.10.
close all
clear all
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pul
www.eeworm.com/read/419561/10861111
m plot_zforce.m
%This calls the plot functions for the fixed receivers
%
function [] = plot_zforce();
global_sys_params;
global_zforce;
ui_global_zforce;
global_fig;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Plot channel and
www.eeworm.com/read/446257/7582821
h fir.h
///////////////////////////////////////////////////////////////////////////////
//
//
// Experiment 6.11_BF537 implements FIR filtering using BF537 EZ-KIT
// FILE name: fir.h
//
// Descript
www.eeworm.com/read/140180/5794480
in makefile.in
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile