代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/305566/3772145
c ints8c.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled complex function y(x) via a
table of 8-coefficient
www.eeworm.com/read/305566/3772153
c intt8r.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled real function y(x)
via a table of 8-coefficient in
www.eeworm.com/read/305566/3772157
c intt8c.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled complex function y(x)
via a table of 8-coefficient
www.eeworm.com/read/305566/3773124
c ints8c.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled complex function y(x) via a
table of 8-coefficient
www.eeworm.com/read/305566/3773132
c intt8r.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled real function y(x)
via a table of 8-coefficient in
www.eeworm.com/read/305566/3773136
c intt8c.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: interpolation of a uniformly-sampled complex function y(x)
via a table of 8-coefficient
www.eeworm.com/read/299916/3849336
m lms.m
function [h,y] = lms(x,d,delta,N)
% LMS Algorithm for Coefficient Adjustment
% ----------------------------------------
% [h,y] = lms(x,d,delta,N)
% h = estimated FIR filter
% y = output
www.eeworm.com/read/299916/3849528
m lms.m
function [h,y] = lms(x,d,delta,N)
% LMS Algorithm for Coefficient Adjustment
% ----------------------------------------
% [h,y] = lms(x,d,delta,N)
% h = estimated FIR filter
% y = output
www.eeworm.com/read/435244/1865296
h fircoef.h
//
// Project: Example 4.18: floating-point implementation of FIR filter - Chapter 4
// File name: fircoef.h
//
// Description: This is the filter coefficient file for floating-point FIR fi
www.eeworm.com/read/435244/1865302
h fircoef.h
//
// Project: Example 4.20: fixed-point implementation of FIR filter - Chapter 4
// File name: fircoef.h
//
// Description: This is the filter coefficient file for fixed-point FIR filter