代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/167781/9952779
m program_10_1.m
% Program 10_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
N = input('Input length = ');
L = input('Up-sampling Factor = ');
fo = input('Input signal frequency = ');
% Generate t
www.eeworm.com/read/167781/9952782
m program_10_2.m
% Program 10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/361765/10036845
rd bayesfactor.rd
\name{BayesFactor}
\alias{BayesFactor}
\alias{is.BayesFactor}
\title{Create an object of class BayesFactor from MCMCpack output}
\description{
This function creates an object of class \code{BayesFact
www.eeworm.com/read/165912/10047051
m keq.m
function k = keq(vb, m, phi)
% junction capacitance linearization factor
k = ((-phi^m)/((vb(2)-vb(1))*(1-m)))*((phi-vb(2))^(1-m)-(phi-vb(1))^(1-m));
www.eeworm.com/read/165851/10049020
m program_10_1.m
% Program 10_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
N = input('Input length = ');
L = input('Up-sampling Factor = ');
fo = input('Input signal frequency = ');
% Generate t
www.eeworm.com/read/165851/10049026
m program_10_2.m
% Program 10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/360606/10085301
m ex5_2.m
%
% This file computes various quality factors and
% generates the graph for Example 5.2
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/164293/10119668
c jdcoefct.c
/*
* jdcoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/357506/10208340
m program_13_2.m
% Program 13_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/357506/10208345
m program_13_1.m
% Program 13_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
N = input('Input length = ');
L = input('Up-sampling Factor = ');
fo = input('Input signal frequency = ');
% Generate t