代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/372550/9503989
m cep2pow.m
function [m,c]=cep2pow(u,v)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector must include the 0'th coefficient
%
www.eeworm.com/read/372550/9504035
m pow2cep.m
function [u,v]=pow2cep(m,c)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector includes the 0'th coefficient
% C
www.eeworm.com/read/168118/9938472
m cos_taper.m
function coef=cos_taper(sp,ep,samp)
%
% coefficients of cos taper
%
% coef=cos_taper(sp,ep,samp)
%
% coef: coefficient with length (start-end)/samp + 1
% sp: start point to begin taper
% ep:
www.eeworm.com/read/352501/10545413
c fircasm.c
//FIRCASM.c FIR C program calling ASM function fircasmfunc.asm
#include "bp41.cof" //BP @ Fs/8 coefficient file
int yn = 0; //initialize filter's output
short dly[N];
www.eeworm.com/read/352501/10545571
c fircasm.c
//FIRCASM.c FIR C program calling ASM function fircasmfunc.asm
#include "bp41.cof" //BP @ Fs/8 coefficient file
int yn = 0; //initialize filter's output
short dly[N];
www.eeworm.com/read/352501/10546208
cof bpr53.cof
//BPR53.cof Coefficient File for FIR bandpass centered at Fs/10
//Generated with BASIC program (on disk) using Rectangular window
#define N 53 //number of coefficients
short h[N]={0xFD78,0xFC
www.eeworm.com/read/352501/10546789
c iirinverse.c
//IIRinverse.C Inverse IIR Filter
#include "bp2000.cof" //BP @ 2 kHz coefficient file
short dly[stages][2] = {0}; //delay samples per stage
short out_type = 1; //type o
www.eeworm.com/read/273787/10901242
m lpfbfb.m
% [h0,h1,f0,f1] = lpfbfb(N,NP)
% lpfbfb --- The input integer N is the number of the independent
coefficient
% of allpass filter. NP is the point number of the frequency response
plot.
% This
www.eeworm.com/read/306798/7808374
cof bpr53.cof
//BPR53.cof Coefficient File for FIR bandpass centered at Fs/10
//Generated with BASIC program (on disk) using Rectangular window
#define N 53 //number of coefficients
short h[N]={0xFD78,0xFC
www.eeworm.com/read/299239/7870584
c ksrfir.c
/* Linear phase FIR filter coefficient computation using the Kaiser window
design method. Filter length is odd. */
#include
#include
#include
#include