代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/135259/13947937
h sdperr.h
/*
Copyright (c) 1997-1999 Microsoft Corporation
Module Name:
sdperr.h
Abstract:
sdp error codes
Author:
*/
#ifndef __SDP_ERROR_CODES__
#pragma option push -b -a8 -pc -A-
www.eeworm.com/read/292248/8365618
m construct_sim.m
function sim=construct_sim;
%create an empty structure for simulations.
sim = struct('sampling_rate', 0, ...
'carrier_freq', 0, ...
'symbol_rate', 0, ...
'bandwidth', 0, ...
'pac
www.eeworm.com/read/429877/8784366
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/381207/9104947
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/180269/9313996
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/374411/9407079
m findbwcrit.m
function BW=findBWCrit(p,Nmodes)
% BW = findBWCrit(p,Nmodes)
% find Silverman's "Critical Bandwidth" -- min BW s.t. the number of modes
% is less than or equal to Nmodes (can be a vector)
%
www.eeworm.com/read/365797/9846689
h usbdcorelib.h
/* usbdCoreLib.h - Defines internal between usbdLib and usbdCoreLib */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01d,26jan00,rcb Redefine "bandwidth
www.eeworm.com/read/364310/9912684
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/356183/10235480
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/467764/7000879
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return