Delphi ASIO & VST Package: DDspInterpolation

Delphi ASIO & VST

Unit DDspInterpolation

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Functions and Procedures

function Hermite1(const x,y0,y1,y2,y3:Single):Single;
function Hermite2(const x,y0,y1,y2,y3:Single):Single;
function Hermite3(const x,y0,y1,y2,y3:Single):Single;
function Hermite4(const frac_pos, xm1, x0, x1, x2: Single): Single;
function Hermite_asm(const frac_pos: Single; pntr : PSingle) : Single;
function LinearInterpolation(f,a,b:Single):Single;
function CubicInterpolation(fr,inm1,inp,inp1,inp2:Single):Single;

Description

Functions and Procedures

function Hermite1(const x,y0,y1,y2,y3:Single):Single;

-$DEFINE Debug

function Hermite2(const x,y0,y1,y2,y3:Single):Single;
 
function Hermite3(const x,y0,y1,y2,y3:Single):Single;
 
function Hermite4(const frac_pos, xm1, x0, x1, x2: Single): Single;
 
function Hermite_asm(const frac_pos: Single; pntr : PSingle) : Single;
 
function LinearInterpolation(f,a,b:Single):Single;
 
function CubicInterpolation(fr,inm1,inp,inp1,inp2:Single):Single;
 

Generated by PasDoc 0.10.0 on 2007-11-13 13:04:17