代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/193277/8243254
m clean.m
function Z=clean(X,tol)
%CLEAN Remove terms with small coefficients
%
% Z = clean(X,tol) removes all variables with a coefficient smaller than tol
%
%
% Author Johan L鰂berg
% $Id: clean.m,v
www.eeworm.com/read/370754/9586485
c refnew_simple.c
#include
#include
#include
#define M 10
#define N 100
main()
{
int end;
printf("This small software is used to calculate \nthe related coefficient of two lines
www.eeworm.com/read/370754/9586487
c refnew_over.c
#include
#include
#include
#define M 20
#define N 100
main()
{
int end;
printf("This small software is used to calculate \nthe related coefficient of two li
www.eeworm.com/read/171979/9727928
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/268787/11121962
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/146608/12635184
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/192030/8410950
m size.m
function [n1,n2] = size(P,dim)
% SIZE -- size of coefficient matrices of matrix polynomial
%
% n = size(P)
% [n1,n2] = size(P)
% n = size(P,dim)
%
% The effec
www.eeworm.com/read/391151/8418582
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/391151/8418704
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/391151/8419240
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