代码搜索:KMIn
找到约 147 项符合「KMIn」的源代码
代码结果 147
www.eeworm.com/read/305575/13765572
m kmin.m
function[s]=kmin
%KMIN Wavenumber of minimum phase speed for gravity-capillary waves.
%
% K=KMIN with no arguments returns the wave number K of the
% minimum phase speed, equal to SQRT(G/T),
www.eeworm.com/read/131315/5932814
h kmin.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* The Mach Operating System p
www.eeworm.com/read/236281/14023594
dat kmin.dat
18
2
3
0.0 2.1
0.0 0.0
3.0 1.1
2.0 1.1
1.0 2.1
2.0 2.1
2.0 0.1
0.0 2.1
2.0 1.0
7.0 7.0
7.0 2.0
8.0 6.0
8.0 7.0
8.0 8.0
8.0 9.0
5.0 4.0
4.0 5.0
4.0 3.0
www.eeworm.com/read/107176/15612137
m s10rout3.m
% Routine 10.3 root locus
clear;
kmin=0;
kmax = 5;
N=10;
dk = (kmax-kmin)/N;
k = kmin:dk:kmax;
for n=1:N+1
denom = [1,-3,2,5]+k(n)*[0,1,7,4];
poles = roots(denom);
re = real(poles);
im
www.eeworm.com/read/310212/13654694
m fircls.m
function [h,a] = fircls(n,be,mag,up,lo,PF)
%FIRCLS Linear-phase FIR filter design by constrained least-squares.
% B = FIRCLS(N,F,A,UP,LO) is a length N+1 linear phase FIR filter which
% appro
www.eeworm.com/read/305575/13765427
m triadres.m
function[th,k2]=triadres(k1,k2,s)
%TRIADRES Solves the triad resonance condition given two waves.
%
% TH=TRIADRES(K1,K2) where K1 and K2 are two wavenumbers with
% units [rad cm^-1] returns the a
www.eeworm.com/read/154209/11983271
m fircls.m
function [h,a] = fircls(n,be,mag,up,lo,PF)
%FIRCLS Linear-phase FIR filter design by constrained least-squares.
% B = FIRCLS(N,F,A,UP,LO) is a length N+1 linear phase FIR filter which
% appro
www.eeworm.com/read/192030/8410883
m mpoly.m
function P = mpoly(varargin)
% MPOLY -- create matrix polynomial
%
% P = mpoly(C,kmin,'type',m,r)
% P = mpoly(P)
%
% FIRST FORM: P = mpoly(C,kmin,'type',m,r)
%
% This is
www.eeworm.com/read/391253/8413811
m delay.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/387009/8712131
h kmeans.h
struct Kmeans {
Int nn, mm, kk, nchg;
MatDoub data, means;
VecInt assign, count;
Kmeans(MatDoub &ddata, MatDoub &mmeans) : nn(ddata.nrows()), mm(ddata.ncols()),
kk(mmeans.nrows()), data(ddat