代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/255284/12090524

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/254742/12121201

m minphase.m

function [y,ssp,iter] = minphase(g); % Extracts the minimum phase factor y from a linear-phase filter. % Input: g = [g(0) g(1) . . . g(N)] (row vector) where % the g vector is the right-half of a l
www.eeworm.com/read/339483/12230513

sh factr.sh

#!/bin/bash # factr.sh: Factor a number MIN=2 # Will not work for number smaller than this. E_NOARGS=65 E_TOOSMALL=66 if [ -z $1 ] then echo "Usage: $0 number" exit $E_NOARGS fi if [ "$1"
www.eeworm.com/read/130642/14179933

h express.h

#ifndef __EXPRESS.H__ #define __EXPRESS.H__ #include "Common.h" #include "Math.h" // Express.cpp中的函数 double Factor(const char [], int &); double Term(const char [], int &); double Expressio
www.eeworm.com/read/215670/15054400

m deci_poly.m

data_width = 18; % Data input bit width D = 4; % Interpolation factor max_data = 2^(data_width-1)-1; min_data = -max_data; % Filter Coefficients coef=[-702 -22825 -32871 -21572
www.eeworm.com/read/215497/15059509

m minphase.m

function [y,ssp,iter] = minphase(g); % Extracts the minimum phase factor y from a linear-phase filter. % Input: g = [g(0) g(1) . . . g(N)] (row vector) where % the g vector is the right-half of a l
www.eeworm.com/read/215497/15059700

m minphase.m

function [y,ssp,iter] = minphase(g); % Extracts the minimum phase factor y from a linear-phase filter. % Input: g = [g(0) g(1) . . . g(N)] (row vector) where % the g vector is the right-half of a l
www.eeworm.com/read/207899/15257407

m inter_poly.m

data_width = 18; % Data input bit width I = 4; % Interpolation factor max_data = 2^(data_width-1)-1; min_data = -max_data; % Filter Coefficients coef=[-702 -22825 -32871 -21572
www.eeworm.com/read/14583/394588

c dtmfdecodes.c

#include #include #include #include /* Integer math scaling factor */ #define FSC (1
www.eeworm.com/read/17655/751655

tdf str_filter.tdf

% 本程序完成位定时徘徊滤波器 % SUBDESIGN STR_FILTER ( CLK: INPUT; BW_CTRL: INPUT; FILTER_IN: INPUT; FILTER_CLR: INPUT; FACTOR[3..0]: OUTPUT; LOAD: OUTPUT; ) VARIABLE COUNT[5..0]