代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/454266/7395450

readme

GENERAL DESCRIPTION This directory contains a MATLAB program to solve a linear inverse problem using Minimum Relative Entropy Inversion. The code is described in Neupauer R.M. and B. Borchers, A MATL
www.eeworm.com/read/451547/7462004

m mst.m

function [tree,A] = mst(d) % [tree,A] = mst(d) % minimum spanning tree % % INPUT % d [m x m] distance matrix % OUTPUT % tree [m-1 x 2] list of edges % A
www.eeworm.com/read/448350/7534412

m lpcbwexp.m

function arx=lpcbwexp(ar,bw) %LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW) %minimum bandwidth will be BW*fs where fs is the sampling frequency %the radius of each pole will be multi
www.eeworm.com/read/446239/7582985

m pso_trelea_vectorized.m

% pso_Trelea_vectorized.m % a generic particle swarm optimizer % to find the minimum or maximum of any % MISO matlab function % % Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/440750/7682171

m lpcbwexp.m

function arx=lpcbwexp(ar,bw) %LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW) %minimum bandwidth will be BW*fs where fs is the sampling frequency %the radius of each pole will be multi
www.eeworm.com/read/250888/7806381

m pso_trelea_vectorized.m

% pso_Trelea_vectorized.m % a generic particle swarm optimizer % to find the minimum or maximum of any % MISO matlab function % % Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/397122/8065835

m code_moc.m

function [codebook,scheme] = code_MOC(m) % Generate the codebook for multiclass classification with Minimum Output encoding. % % >> codebook = code_MOC(m) % % see also: % code % Copyright (c) 200
www.eeworm.com/read/296017/8128585

m huffman.m

function C = huffman(D,W,varargin) % HUFFMAN Huffman encoder. % C = HUFFMAN(D,W) generates a static minimum-variance Huffman tree and % corresponding codebook C for the source symbols with
www.eeworm.com/read/146174/12665843

c mdcfs.c

/* * MDCFS: Minimal Dos Compatible File System * * These routines provide the bare minimum needed to read and write * files on an MS-DOS format floppy disk. You could use them with a hard
www.eeworm.com/read/146174/12665851

bak mdcfs.c.bak

/* * MDCFS: Minimal Dos Compatible File System * * These routines provide the bare minimum needed to read and write * files on an MS-DOS format floppy disk. You could use them with a hard