代码搜索:Bandwidth

找到约 1,693 项符合「Bandwidth」的源代码

代码结果 1,693
www.eeworm.com/read/301579/13855943

h link.h

#ifndef _Link_h #define _Link_h #define protect protected #include "Common.h" #include "LinkProperty.h" #include "BandwidthManager.h" class Link; ostream &operator
www.eeworm.com/read/147422/5729529

m ff2root.m

%FUNCTION: Convert formant frequencies and bandwidths to formant roots. % % Author: Albert Hsiao 2/97 % function y=fdfrmt(ff,fb); theta=ff*pi/5000; %% frequency rdis=exp(-fb*pi/10000
www.eeworm.com/read/138963/5811889

m firrcos.m

function [b,a]=firrcos(varargin) %FIRRCOS Raised Cosine FIR Filter design. % B=FIRRCOS(N,Fc,DF,Fs) returns an order N low pass linear phase FIR % filter with a raised cosine transition band.
www.eeworm.com/read/136571/5870619

cpp sdp_file.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6163157

cpp sdp_file.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/291067/6302822

m wideex2.m

%WIDEEX2 Test of time delay between antenna elements using simulated wideband signals. % % * DBT, A Matlab Toolbox for Radar Signal Processing * % (c) FOA 1994-2000. See the file dbtright.m for c
www.eeworm.com/read/291067/6302996

m genfreqaxis.m

function [freqAxis, freqLow, freqHigh] = genfreqaxis(carrierFreq, bandwidth, noFreq) %GENFREQAXIS Generates values for a frequency axis. % %-------- %Synopsis: % freqAxis = genfreqaxis(carrierFreq,
www.eeworm.com/read/257423/6356476

m aeex4.m

format short e % Set display format n = 3; % Define order Wn = 1; % Prototype bandwidth Wo = 2*pi*150; % Specify new ban
www.eeworm.com/read/482655/6620632

m lptransform.m

% Example 8.24 低通滤波器的设计(此为网站参考程序) % % Analog Butterworth filter design % % design an 3-pole filter with a bandwidth of 5 Hz % [z,p,k] = buttap(3); % 3 pole filter [b,a] = zp2tf(z,p,k);
www.eeworm.com/read/482655/6620638

m freqtransform.m

%频率变换,低通、高通、带通、带阻函数分别为lp2lp,lp2hp,lp2bp,lp2bs %page_353 upper %怎样才能和书上作出一样的图呢?????????????????? [z,p,k]=buttap(3);%3 pole filter [num,den]=zp2tf(z,p,k);%convert to polynoials wb=5*2*pi; %new ban