代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/429877/8784454
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =
www.eeworm.com/read/186987/8886035
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 the int
www.eeworm.com/read/381207/9104845
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =
www.eeworm.com/read/282180/9115950
c library.c
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
void Wdt_Setting(void)
{
//t_watchdog = 1 / (PCLK / (Prescaler value + 1 ) / Division_factor)
rINTMSK &= ~(BIT_WDT);
www.eeworm.com/read/180268/9314076
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =
www.eeworm.com/read/375212/9369069
m nnpls1.m
function [n,wts,upred]=nnpls1(t,u,ttest,utest,ii,opts)
%NNPLS1 Calculates a single NN-PLS factor
% Routine to carry out NNPLS. A conjugate gradient optimization
% subroutine is supplied. If the u
www.eeworm.com/read/372678/9497817
ns2 sample.ns2
#
# nodes: 50, max time: 697.25, nominal range: 250
# pause: 300.0, max speed: 1.0, max x: 1000, max y: 1000
#
# max move time: 300.0, mobility model: Random Direction, extension_factor: 1
# area_sh
www.eeworm.com/read/170457/9806358
vhd decimate.vhd
--Decimate with factor 4
library ieee;
use ieee.std_logic_1164.all;
use work.pack.all;
use work.components_pack.all;
entity decimate is
port (
rst, en_decimate, clk : in std_lo
www.eeworm.com/read/364310/9912771
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =
www.eeworm.com/read/163918/10139987
m er_upsample.m
function g = er_upsample(f,N)
% function g = er_upsample(f,N)
% Function to upsample given transfer function in struct F by factor of N.
%
% Author: Evan Ruzanski, CU-Boulder, ECEN5632 MATLAB