代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/339954/12191116
m calculatepllcoef1.m
function [c1,c2] = calculatePLLCoef1(zeta,bandwidth)
% Calculates coefficients used in the carrier tracking loop(PLL)
% zeta : tamping factor
% bandwidth : nosie bandwidth
tUpd = 0.001; %integr
www.eeworm.com/read/228508/14381146
m cp0602_thr_db_vectors.m
%
% FUNCTION 6.5 : "cp0602_thr_dB_vectors"
%
% Evaluates the bandwidth of the input 'PSD' with values in
% the frequency range given by the frequency vector 'f'
% Bandwidth is evaluated according
www.eeworm.com/read/225703/14523281
tests
#basedir ../../mpeg2dec-streams
teracom/teracom_vlc4 # OK - test all VLC tables
att/att_mismatch # OK - IDCT accuracy
compcore/ccm1 # OK - IDCT overflow
tek/Tek-5-long # OK - all macroblock typ
www.eeworm.com/read/124060/14598486
cpp pagesettingsbandwidth.cpp
//
// PageSettingsBandwidth.cpp
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribut
www.eeworm.com/read/212967/15144384
tests
#basedir ../../mpeg2dec-streams
teracom/teracom_vlc4 # OK - test all VLC tables
att/att_mismatch # OK - IDCT accuracy
compcore/ccm1 # OK - IDCT overflow
tek/Tek-5-long # OK - all macroblock typ
www.eeworm.com/read/193736/8205143
m parmeq.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,
www.eeworm.com/read/173799/9635348
m freq_shear.m
function y = freq_shear(x, c)
% freq_shear -- chirp multiplication
%
% Usage
% y = freq_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c
www.eeworm.com/read/414863/11098725
m cp0602_thr_db_vectors.m
%
% FUNCTION 6.5 : "cp0602_thr_dB_vectors"
%
% Evaluates the bandwidth of the input 'PSD' with values in
% the frequency range given by the frequency vector 'f'
% Bandwidth is evaluated according
www.eeworm.com/read/267275/11187830
m parameter.m
%This is the APSK-Paramters Initialization file
Method='16APSK';
%M-Ary APSK
if strncmpi(Method,'16APSK',6)
M_ary = 16;
elseif strncmpi(Method,'32APSK',6)
M_ary=32;
else
error('I
www.eeworm.com/read/134087/14008897
m parmeq1.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,