Software Listing: Monotonic Spline

This is free software that adds several spline and linear interpolation functions to Microsoft Excel. It is simple to use because the new functions work just like all other existing Excel functions. Spline functions include cubic spline, bessel spline, and 'OneWay' spline (which is a monotonic spline). The new functions can be used for data analysis, forecasting, and many other applications..

  • Platform: WinXP, WinVista, WinVista x64, Win7 x32, Win7 x64, Win2000, Windows2000, Windows2003, WinServer, Windows Vista, Win98, WinME, Win95, Windows Media Center Edition 2005, Windows 8, Windows Server 2012

Data Curve Fit Creator Add-in is an easy-to-use data analysis add-in for Microsoft Excel. It adds curve fitting, interpolation, and data smoothing functions to Excel. Curve fitting functions include polynomial fits and a versatile local regression (loess) function. Interpolations include linear, cubic spline, bessel and monotonic \'constrained\' splines, as well as a \'flexible spline\' that allows you to specify the slope at each data point. Cubic spline function coefficients and slope can also be returned. Data smoothing functions include moving average, median filter, and a Gaussian smoothing filter.

  • Platform: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, Windows2000, Windows2003, Windows Server 2012, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005, WinVista, Windows Vista, WinVista x64

Computes the H-infinity optimal causal filter (indirect B-spline filter) for the cubic spline. [INPUT] d: delay [OUTPUT] psi: the optimal filter psi(z) in a TF object gopt: optimal value This file is based on the following paper: M. Nagahara and Y. Yamamoto, H-infinity optimal approxmation for causal spline interpolation, Signal Processing, Vol. 91, No. 2, pp. 176-184, 2011..

  • Platform: Matlab, Scripts

Piecewise cubic spline interpolation and approximated calculation of first and second derivative at the interpolation point..

  • Platform: Matlab, Scripts

This function uses vectorised methods to determine the locations of maxima and minima where they exist within a piecewise spline fit. The matlab built-in functions for determining the maxima and minima, by differentiating the pp spline and finding its zeros (using the Spline toolbox), are quite slow, and are given as comment at the end of the m-file for reference..

  • Platform: Matlab, Scripts

Professional WYSIWYG ("what you see is what you get") linear-phase spline equalizer. CurveEQ shows you an actual filtering information: used filter's frequency response, both input and output FFT spectrums. From now you can actually see what EQ is doing with the sound. This in turn allows you to get the best from your mix and your tracks. CurveEQ perfectly suits needs of mastering..

  • Platform: WinOther
  • Arkan
  • License: Freeware
  • Price: 0.00
  • Rating

Arkan is designed to convert border of a raster mask (selection of an object in scene) or any closed polyline into B-spline (piecewise cubic Bezier curve) representation spread widely in vector graphics packages. Arkan chooses the best position both for node points (junctions of adjacent Bezier polynomial pieces) and for control points, which don’t lie on the curve but only affects its shape. Minimum description length approach powers the program. In addition to its unique outlining capabilities Arkan features nice and friendly user interface (see screenshot). It’s typical task in computer graphics to describe contour of raster masks in terms of a set of cubic Bezier curves.

  • Publisher: Pixmart LLC
  • Date: 16-11-2004
  • Size: 1457 KB
  • Platform: Win2000, Windows Server, WinOther

PhotoZoom Pro 2 is software for enlarging digital images, available for OS X 10.3+ and Windows. A summary of changes introduced in version 2: - The most important new feature of PhotoZoom Pro 2 is our new revolutionary enlargement technology S-Spline XL. This is a major improvement on our patented and many times awarded S-Spline interpolation method. Compared to the original S-Spline, the new S-Spline XL method allows you to create even better enlargements in terms of sharpness, natural look and feel, photorealism, and lack of artifacts, blurring or jagged edges. - Support for IPTC, EXIF and ICC profiles, making sure your image's metadata is properly maintained.

  • Publisher: BenVista
  • Date: 16-06-2008
  • Size: 5088 KB
  • Platform: Mac OS X, Mac OS X 10.3, Mac OS X 10.4, Win2000, Windows Server, Windows Vista, WinOther

PhotoZoom Pro 2 is software for enlarging digital images, available for OS X 10.3+ and Windows. A summary of changes introduced in version 2: - The most important new feature of PhotoZoom Pro 2 is our new revolutionary enlargement technology S-Spline XL. This is a major improvement on our patented and many times awarded S-Spline interpolation method. Compared to the original S-Spline, the new S-Spline XL method allows you to create even better enlargements in terms of sharpness, natural look and feel, photorealism, and lack of artifacts, blurring or jagged edges. - Support for IPTC, EXIF and ICC profiles, making sure your image's metadata is properly maintained.

  • Publisher: BenVista
  • Date: 16-06-2008
  • Size: 10770 KB
  • Platform: Mac OS X, Mac OS X 10.3, Mac OS X 10.4, Win2000, Windows Server, Windows Vista, WinOther

Convert B-Spline curves contained in DXF files into arcs. So it will be possible to further process the dxf files and use it with your CNC machine. The program reads existing DXF files and writes the result into a new DXF file. You can specify the maximum deviation of the arc polyline curve from the original B-Spline curve. So you can decide if you want to create more arcs and get an more exact result or if you want less arcs and a curve which does not fit perfectly. For example to reduce the working time for your CNC machine. You can also write both, the splines and the arcs to the DXF file so that you can compare both curves.

  • Platform: Win2000, Win7 x32, Win7 x64, WinOther, WinVista, WinVista x64

Spline.NET is a simple attribute-driven object/relational mapping system built on top of ADO.NET. It is much lighter than typical ORM solutions and allows full access to the ADO.NET APIs, rather than replacing them. It also has a simple IoC mechanism..

  • Platform: Linux, Mac OS X, WinOther

SMOOTHN provides a fast, unsupervised and robust discretized spline smoother for data of any dimension. SMOOTHN(Y) automatically smoothes the uniformly-sampled array Y. Y can be any N-D noisy array (time series, images, 3D data,...). SMOOTHN can deal with missing (NaN) values (see screenshot, top panels). SMOOTHN(...,'robust') carries out a robust smoothing that minimizes the influence of outlying data (see screenshot, bottom right panel). SMOOTHN is made automated by the minimization of the generalized cross-validation score. Enter "help smoothn" in the Matlab command window for complete instructions and 1-D to 3-D examples.

  • Platform: Matlab, Scripts

fastBSpline - A fast, lightweight class that implements non-uniform B splines of any order Matlab's spline functions are very general. This generality comes at the price of speed. For large-scale applications, including model fitting where some components of the model are defined in terms of splines, such as generalized additive models, a faster solution is desirable. The fastBSpline class implements a lightweight set of B-spline features, including evaluation, differentiation, and parameter fitting. The hard work is done by C code, resulting in up to 10x acceleration for evaluating splines and up to 50x acceleration when evaluating of spline derivatives.

  • Platform: Matlab, Scripts

The subroutine returns a spline which represents the jth derivative of a given spline as produced by mkpp. It is based on the Mathworks solution found at: http://www.mathworks.com/support/solutions...html?product=ML.

  • Platform: Matlab, Scripts

Splinedraw will let you draw a curve in the current plot by setting/deleting/moving points which are then connected by a spline. The points' coordinates are printed in the command window. Can be used to draw a trend line manually..

  • Platform: Matlab, Scripts

This function creates smooth line data that goes through the points given and does not go beyond them unlike spline. This function uses the points supplied as the absolute maximum and minimum values allowed..

  • Platform: Matlab, Scripts

GSPLINE(FIG) draws a spline by left - clicking the mouse at the control points of the spline in the figure FIG. Right clicking will end the spline. H = GSPLINE(FIG) Returns the handle to the line. GSPLINE with no input arguments draws in the current figure..

  • Platform: Matlab, Scripts

A Java implementation of a cubic B-spline curve smoothing function.Allows an arbitary number of points with a variable number of dimensions to have a cubic B-spline curve "fitted". Useful in finance for analysing bond or swap yield and discount curves.
Adamantine Analytics Cubic B-Spline License - GNU General Public License (GPL).

  • Platform: WinOther

AnyChart is a robust and superfast JavaScript charting library to add great-looking, interactive HTML5 charts into any project, in any browser, and on any platform/OS including mobile ones. AnyChart provides advanced customization and flexibility opportunities, no matter if you are developing a website, a business intelligence application (BI) for corporate usage, or some software for your clients. Our JavaScript API makes it possible for you to create even big data based charts in real time, with continuous updates and multi-level drill-downs. Moreover, whatever server platform or database you use in your project, AnyChart is ready to fulfill your dream to surprise your customers with amazing informative JS charts and dashboards regardless of device - on Macs, laptops, PCs, smartphones, and tablets.

  • Platform: WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Mac OS X, Android, iPhone, iPad, iOS

ELPhotoX is ActiveX DLL which encapsulates most important image processing routines. With ELPhotoX library you can load and save image files, convert image files into different image formats, apply various adjustments, photographic effects and filters to images, rotate and scale image, render geometrical primitives such as line, rectangle, ellipse, square spline, Bezier spline and etc. Also you can add text in image, draw with such tools as brush and pen. ELPhotoX library has simple and comfortable interface. Install package has documentation and free examples..

  • Platform: Win2000, Windows Server, WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Speedtest4free

For a long time now, Internet Service Providers have been battling it out, attempting to bring their customers the latest and greatest internet speeds available, to beat their competitors and steal their customers. Its always a good idea to know ...


Internet Explorer

There was once a time when the browser world was dominated by a single piece of software from Microsoft. Yes, we're talking about Microsoft's Internet Explorer. The internet has evolved and so have browsers. As a result, we have numerous ...


End Of Room

End of room is a free ware platformer game with a black and white retro feel to it, like the game shift, except where shift innovated on the concept of a puzzle platformer, end of room does the exact opposite. Firstly though, the premise. In end of ...


Arctic Quest Game

Arctic  quest game (referred to in game as simply arctic quest) is a free ware downloadable game by free ride games, a game development website with a variety of games also downloadable from this site. Arctic quest is a very interesting puzzle ...


SpeedUpMyPC

SpeedUpMyPC is a program which apparently has the capabilities to boost your system performance by resolving computer issues it finds after scanning though your system SpeedUpMyPC is most definitely not the only piece of software that claims to be ...


Screen Resolution Manager

If you share a computer at home or at work, some users may their own have personal preferences regarding the screen resolution that your monitor or projector is set up, and the colors that are displayed. This could be because of bad eye sight, ...


Natural Voice Text to Speech Reader

NaturalReader is a piece of software which reads aloud written text on screen is a more natural sounding voice than most computerized voices. Free NaturalReader is a free version, where you can type or copy and paste text into the window, to be read ...


Chicken Invaders

Chicken invaders is a free ware arcade shooter game that hasheavy influence from classic titles like space invaders, or arcanoid. What chicken invaders does to the concept, however is add its own level of humour and gameplay to the mix. For ...


Coin World

Coin world is an interesting platforming demo game in which you play as “Colin the coin” as you take on the evil “bank note flash”. The premise alone is an interesting enough reason to play the game, and combined with the ...



New Downloads

PDF Rotator

PDF Rotator is a windows
application permanently
rotates PDF files 90 or 180
degrees clockwise and
counterclockwise ...

TechSEO360

Crawler for SEO website audits
including content, internal
linking and broken references.
Can also create all kinds of
...

SysExpertez

SysExpertez provides IT Asset,
Operations, and Domain
Management all rolled into
one easy-to-use tool. Stay
fully ...

Free FTP Client

Free FTP Client is a
Windows-based File Transfer
Protocol (FTP) application
that allows you to utilize the
capabilities ...

Screen Grab Pro

Screen Grab Pro Is a freeware
screen capture tool. It
features One click grab of any
screen for ease of use, Timer
...

dbForge Monitor

dbForge Monitor is a FREE
add-in for Microsoft SQL
Server Management Studio that
allows you to track and
analyse SQL ...

Virtual Serial Port Driver

Virtual Serial Port Driver by
Eltima creates virtual COM
port pairs in the system.
Using these ports serial
applications ...

Typing Exam Software

Free English Typing Exam
Software, Free English Typing
Recruiter Package, Free
English Typing Tool, Free
English Typing ...

CoffeeCup Responsive
Content Slider OSX

Create responsive, searchable,
and accessible slideshows. Use
custom animations and
transitions to increase
engagement ...



Related Searches

Spline Bezier
Cubic Spline C
Spline Curve
Spline Tech
Spline Interpolation
S Spline
Mar Spline
Serration Spline
Spline Profile
Vb Cubic Spline
Cubic Spline Interpolation
B Spline Excel Add