代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/240990/13180516
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/316836/13516210
h common.h
/*
This file is part of FreeSDP.
Copyright (C) 2001,2002,2003 Federico Montesino Pouzols
FreeSDP is free software; you can redistribute it and/or modify it
under the terms
www.eeworm.com/read/316836/13516218
svn-base common.h.svn-base
/*
This file is part of FreeSDP.
Copyright (C) 2001,2002,2003 Federico Montesino Pouzols
FreeSDP is free software; you can redistribute it and/or modify it
under the terms
www.eeworm.com/read/309287/13675272
h sybmd.h
// LAPACK++ (V. 1.1)
// (C) 1992-1996 All Rights Reserved.
// Dominik Wagenfuehr
// Copyright (C) 2006
// This library is free software; you can redistribute
www.eeworm.com/read/147422/5729491
m bw6_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b6_edit,'String'));
set(formant_b6_slider,'Value',val);
www.eeworm.com/read/147422/5729493
m bw4_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b4_edit,'String'));
set(formant_b4_slider,'Value',val);
www.eeworm.com/read/147422/5729494
m bw3_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b3_slider,'Value'));
set(formant_b3_edit,'String',val);
www.eeworm.com/read/147422/5729497
m bw6_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b6_slider,'Value'));
set(formant_b6_edit,'String',val);
www.eeworm.com/read/147422/5729498
m bw2_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b2_edit,'String'));
set(formant_b2_slider,'Value',val);
www.eeworm.com/read/147422/5729499
m bw1_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b1_slider,'Value'));
set(formant_b1_edit,'String',val);