代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/392556/8335909

h nessie.h

#ifndef PORTABLE_C__ #define PORTABLE_C__ #include /* Definition of minimum-width integer types * * u8 -> unsigned integer type, at least 8 bits, equivalent to unsigned char
www.eeworm.com/read/171439/9754900

cs ch1_08.cs

using System; class CH1_8 { public static void Main() { // First, print out the minimum values Console.WriteLine("System Minimums\n"); Console.WriteLine( "MinSByte {0}", System.SBy
www.eeworm.com/read/265721/11255744

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/300120/13933834

m min_norm_direct.m

% This is the minimum norm direct solution of two_channel acoustic echo cancellation. %clear all %clc function y=min_norm_direct(); tic %-load the impulse response-------------% load g_1 Imp
www.eeworm.com/read/134895/13971528

txt lpcrand.txt

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/134895/13971696

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/204456/15339322

m mst_dd.m

%MST_DD Minimum Spanning Tree Data Description. % % [W,TREE,A] = MST_DD(A,FRACREJ,N) % % INPUT % A one-class dataset % FRACREJ fraction rejection [0,1]; (default 0.1) % N
www.eeworm.com/read/203890/15349836

m mvdr.m

function [an,e] = mvdr(x,m,varargin) % MVDR Minimum Variance Distortionless Response model % A = MVDR(X,P) finds the coefficients, A=[ 1 A(2) ... A(P+1) ], % of an Nth order MVDR all-pole model filter
www.eeworm.com/read/201337/15410125

txt mvdr2.txt

function [Pmv,theta]=MVDR(x,f0,d,Nbeam,DL) % minimum variance distortionless response % x: the signal received by the array % d: distance of interelement. % Nbeam: 波束数 DL: diagonal loading % rev
www.eeworm.com/read/200737/15426327

c indirect_msg_test.c

/* V0.1 Initial Release 10/July/2006 RBR */ /* This tests indirect packets through coordinator. Minimum topology is: Coordinator-> RFD1 -> RFD2 If you want to use a router, then s