代码搜索:interpolates
找到约 165 项符合「interpolates」的源代码
代码结果 165
www.eeworm.com/read/305575/13765435
m sinterp.m
function [yi] = sinterp(y,n2)
%SINTERP Spline-interpolates a column vector to a new length.
%
% YI=SINTERP(Y,NI) spline-interpolates the column vector Y to the
% new length NI.
% ______________
www.eeworm.com/read/424063/10501621
m contents.m
% Optimization Toolbox.
% Version 1.0d 1-Mar-94
%
% Nonlinear minimization of functions.
% attgoal - Multi-objective goal attainment.
% constr - Constrained minimization.
% fmin
www.eeworm.com/read/136827/5847114
h int_lsf.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/147096/12584980
m contents.m
% Optimization Toolbox.
% Version 1.0d 1-Mar-94
%
% Nonlinear minimization of functions.
% attgoal - Multi-objective goal attainment.
% constr - Constrained minimization.
% fmin
www.eeworm.com/read/101557/15826901
m contents.m
% Optimization Toolbox.
% Version 1.0d 1-Mar-94
%
% Nonlinear minimization of functions.
% attgoal - Multi-objective goal attainment.
% constr - Constrained minimization.
% fmin
www.eeworm.com/read/284452/8928273
m interpol2.m
function g = Interpol2(f);
%
% Interpolates signal f (length N ) to a signal g (length 2N)
% such that g(2*n) = f(n)
%
%
f0 = f;
f = f(:);
N = length(f);
hatf = fft(f);
hatg = z
www.eeworm.com/read/178375/9405840
h int_lsf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/362501/9995677
m quadfit.m
function x0 = quadfit(y0,x,y)
% interpolates 3 points in (x,y) quadratically to get fourth point x0 given y0
% Two possible answers. The one with a positive slope is returned.
mu=mean(x);
x=x(:) - m
www.eeworm.com/read/145478/12720931
h int_lsf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/332494/12752516
m quadfit.m
function x0 = quadfit(y0,x,y)
% interpolates 3 points in (x,y) quadratically to get fourth point x0 given y0
% Two possible answers. The one with a positive slope is returned.
mu=mean(x);
x=x(:) - m