代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/391151/8418927
c scram16k.c
//Scram16k.c Voice scrambler/de-scrambler program
#include "sine160.h" //sine data values
#include "LP114.cof" //filter coefficient file
short filtmodfilt(short data
www.eeworm.com/read/391151/8418999
c fir4ways.c
//FIR4ways.c FIR with alternative ways of storing/updating samples
#include "bp41.cof" //BP @ 1 kHz coefficient file
#define METHOD 'D' //change to B or C or D
int yn = 0;
www.eeworm.com/read/390920/8433534
c jccoefct.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* We use a full-image coefficient buffer when doing Huffman optimization,
* and also for writing multiple-scan JPEG files.
www.eeworm.com/read/389184/8544810
m testmat2vec.m
% TestMat2Vec Test and example of how to use Mat2Vec
% This m-file first make a test signal (an AR-1 signal), x,
% then we take an DCT on the test signal, and organize the
% coefficient
www.eeworm.com/read/385934/8777307
c firprnbuf.c
//FIRPRNbuf.c FIR filter with input noise sequence & output in buffer
#include "bp41.cof" //BP @ 1 kHz coefficient file
#include "noise_gen.h" //header file for noise sequence
int yn =
www.eeworm.com/read/385934/8777549
c scram16k.c
//Scram16k.c Voice scrambler/de-scrambler program
#include "sine160.h" //sine data values
#include "LP114.cof" //filter coefficient file
short filtmodfilt(short data
www.eeworm.com/read/385934/8777621
c fir4ways.c
//FIR4ways.c FIR with alternative ways of storing/updating samples
#include "bp41.cof" //BP @ 1 kHz coefficient file
#define METHOD 'D' //change to B or C or D
int yn = 0;
www.eeworm.com/read/428927/8828520
c jccoefct.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* We use a full-image coefficient buffer when doing Huffman optimization,
* and also for writing multiple-scan JPEG files.
www.eeworm.com/read/427216/8965793
m gvf.m
function [u,v] = GVF(f, mu, ITER)
%GVF Compute gradient vector flow.
% [u,v] = GVF(f, mu, ITER) computes the
% GVF of an edge map f. mu is the GVF regularization coefficient
% and ITER is the n
www.eeworm.com/read/426899/8992436
c coeff.c
/* Coeff.c: filter coefficient file */
/* *2.4 kbps MELP Proposed Federal Standard speech coder
*
*TMS320C5x assembly code
*
*version 1.0
*
*Copyright (c) 1998, Texas Instruments, Inc.
*