代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/433114/8545167
m s_frequency_attributes.m
function attributes=s_frequency_attributes(seismic,varargin)
% Compute median frequency, bandwidth, and power spectrum of seismic input data
% Written by: E. R.: February 22, 2005
% Last updated: Marc
www.eeworm.com/read/428225/8882304
m fangzhen.m
lose all;
clear all;
eps = 1e-10;
%=====================================================================
% 雷达参数 %
%==============
www.eeworm.com/read/182807/9190519
m fft_enhance_cubs.m
%--------------------------------------------------------------------------
%fft_enhance_cubs
%enhances the fingerprint image
%syntax:
%[oimg,fimg,bwimg,eimg,enhimg] = fft_enhance_cubs(img)
%oim
www.eeworm.com/read/176885/9480380
c tun0299.c
#include "st_tuner.h"
static TUNER_PROP Tuner; /* Current tuner */
/*****************************************************
**FUNCTION :: TunerSetProperties
**ACTION :: Set the properties of the
www.eeworm.com/read/174991/9565642
cc wireless-phy.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1996 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/163022/10252625
bak fft_enhance_cubs.m.bak
%--------------------------------------------------------------------------
%fft_enhance_cubs
%enhances the fingerprint image
%syntax:
%[oimg,fimg,bwimg,eimg,enhimg] = fft_enhance_cubs(img)
%oim
www.eeworm.com/read/163022/10252638
m fft_enhance_cubs.m
%--------------------------------------------------------------------------
%fft_enhance_cubs
%enhances the fingerprint image
%syntax:
%[oimg,fimg,bwimg,eimg,enhimg] = fft_enhance_cubs(img)
%oim
www.eeworm.com/read/276944/10692890
m medoidshiftiterative.m
function [ar_mode,I,S,D,W] = medoidshiftIterative(D,lambda,sigma)
% [ar_mode,I,S,D,W] = medoidshift_iterative(D,lambda,sigma)
% D: Distance Matrix
% sigma: Bandwidth parameter
% lambda: Vote
www.eeworm.com/read/465034/7064468
m channel.m
function [ch] = channel(amps,delays,bandwidth,channel_length)
% ch is FIR filter response
% amps is channel amplitudes (energy)
% delays is channel tap delays (in microseconds)
% bandwidth is system
www.eeworm.com/read/449504/7502942
m scoref_log.m
function score = scoref_log(bdwt,y,x,east,north)
% PURPOSE: evaluates cross-validation score for optimal gwr_logit bandwidth
% with gauusian weighting
% -----------------------------------