代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/147422/5729500
m bw3_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b3_edit,'String'));
set(formant_b3_slider,'Value',val);
www.eeworm.com/read/147422/5729507
m bw4_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b4_slider,'Value'));
set(formant_b4_edit,'String',val);
www.eeworm.com/read/147422/5729508
m bw1_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b1_edit,'String'));
set(formant_b1_slider,'Value',val);
www.eeworm.com/read/147422/5729510
m bw5_edit.m
%Callback function for the bandwidth edit box
%Author Karthik
val = eval(get(formant_b5_edit,'String'));
set(formant_b5_slider,'Value',val);
www.eeworm.com/read/147422/5729511
m bw5_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b5_slider,'Value'));
set(formant_b5_edit,'String',val);
www.eeworm.com/read/147422/5729513
m bw2_slider.m
%Callback function for the bandwidth slider box
%Author Karthik
val = round(get(formant_b2_slider,'Value'));
set(formant_b2_edit,'String',val);
www.eeworm.com/read/486048/6542512
m notch.m
%2瞒 IIR notch filter 拌荐 备窍扁
%[bi,ai]=notch(band,notch_frequency,sampling)
function[bi,ai]=notch(band,notch_frequency,sampling)
fs=sampling; % sampling freq.
fo=notch_frequency/(fs/
www.eeworm.com/read/479565/6688742
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/263427/11363334
lpr 3dnscp.lpr
PROBLEM: Reaction matrix of the 2D problem - II
********
C O N T R O L I N F O R M A T I O N
---------------------------------
www.eeworm.com/read/407382/11420050
py original.py
#!/usr/bin/env python
# -*- Python -*-
#| This file is part of the VidTorrent Project
#| http://viral.media.mit.edu/index.php?page=vidtorrent
#|
#| File: vidtorrent/src/veep/veep2.py
#| Version: