代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/431751/8656316
hh iirmultirate.hh
/*
Base class for IIR based multirate filters, header
Copyright (C) 2002-2005 Jussi Laako
This program is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/431751/8656317
hh firmultirate.hh
/*
Base class for FIR based multirate filters, header
Copyright (C) 2000-2005 Jussi Laako
This program is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/287843/8665497
m exp_fnct.m
function y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% Returns the function funfcn(x) times
% the exponential factor exp(-j*2*pi*k/T*x)
j=sqrt(-1) ;
args=[];
for nn
www.eeworm.com/read/431596/8666363
m exp_fnct.m
function y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% Returns the function funfcn(x) times
% the exponential factor exp(-j*2*pi*k/T*x)
j=sqrt(-1) ;
args=[];
for nn
www.eeworm.com/read/387489/8670175
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/387489/8672293
txt d11r7.txt
implementation
//PROGRAM D11R7
//Driver for routine FTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%10.4f'; NPTS = 1000; MPTS = 500; NVAL = 10; E
www.eeworm.com/read/431013/8713646
c scale.c
/***********************************************
*
* file d:\cips\scale.c
*
* Functions: This file contains
* zoom_image_array
* shr
www.eeworm.com/read/430894/8719694
m pll.m
% Experiment 2, CSBOOK-Haykin
% phase lock loop
% Variation of the phase error for
% three different values of damping factor (xi)
% Damping factor
xi=[0.3 0.707 1];
% Phase error
for
www.eeworm.com/read/386485/8740778
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