Skip to content

ftornay/intint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

This is a function that interpolates a variable from a minimum to a maximum value in a series of n "steps"

The function "steps" returns a list with n elements, each giving a level of the variable from the min to the max with intermediate levels that vary as closely to linear as possible.

It is based on a line drawing algorithm similar to Bresenham's.

taken from http://www.pyaray.com/articles/lines.htm

Both python and matlab implementations are included

About

Function (implemented in python) that interpolates linearly two values of a variable in a number of steps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published