代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/248284/12585516
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate
www.eeworm.com/read/237896/13921013
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/237896/13921045
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/237896/13921343
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/102062/15793475
dsp gain.dsp
.module/boot=3/boot=4 gain_calculation;
{ GAIN.DSP - Calculates the gain factor for a speech frame.
INPUT:
i0 -> speech frame
l0 = 0
OUTPUT:
sr1 = gain
F
www.eeworm.com/read/353746/10422492
def pangowin32.def
EXPORTS
_pango_win32_fontmap_cache_remove
_pango_win32_make_matching_logfontw
_pango_win32_font_get_type
_pango_win32_font_map_get_type
pango_win32_font_cache_free
pango_win32_font_cache_load
www.eeworm.com/read/304660/13790075
def pangowin32.def
EXPORTS
_pango_win32_fontmap_cache_remove
_pango_win32_make_matching_logfontw
_pango_win32_font_get_type
_pango_win32_font_map_get_type
pango_win32_font_cache_free
pango_win32_font_cache_load
www.eeworm.com/read/162614/5537847
hpp hash_exponential_size_policy_imp.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/195484/8150623
def pangowin32.def
EXPORTS
pango_win32_font_cache_free
pango_win32_font_cache_load
pango_win32_font_cache_new
pango_win32_font_cache_unload
pango_win32_font_description_from_logfont
pango_win32_font_entry_get_cove
www.eeworm.com/read/387560/8665178
m eml_hds.m
function gam = eml_hds(Gb, ci, ri, hds)
%function gam = eml_hds(Gb, ci, ri, hds)
% precompute hidden data space factor, based on 1995 PML SAGE paper
if nargin < 4, help(mfilename), error(mfilename),