Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.411.114 Times

Second Derivative Test Examples software
Filter: All | Freeware | Demo
 

Second Derivative Test Examples

1 2 3 4 5 > 
Added: September 06, 2013 | Visits: 462

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



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (58): Piecewise spline interpolation Download

Added: May 10, 2013 | Visits: 449

Piecewise Parabolic Interpolation It performs piecewise parabolic interpolation and approximated calculation of first and second derivative at the interpolation point. Requirements: - MATLAB 5.2 or higher





Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (56): Piecewise Parabolic Interpolation Download

Added: April 06, 2013 | Visits: 453

Interactive Derivative Interactive differentiation for time- series signals, with sliders that allow you to adjust the derivative order, smooth width, and scale expansion continuously while observing the effect on your signal dynamically. Run InteractiveDerivativeTest to see how it works. For more information see...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): Interactive Derivative Download

Added: May 23, 2013 | Visits: 328

uilineshift this function might be useful for quick and dirty visual inspection of multiple traces or timecourses with a timedelay between or arbitrary x/y-axes or illconditioned overlay of traces - works for all outputs of the 'plot-function' (type is 'line').- Note, plotet dots are also of type line. - The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): uilineshift Download

Added: September 14, 2013 | Visits: 344

ismatrix1 Built-in function ismatrix() (2010b) returns 1 for scalars, vectors, strings, and empty variables, as well as for matrices.ismatrix1() corrects it to return 1 only for matrices.It returns 0 for for scalars, vectors, strings, and empty variables.ismatrix1_test gives examples of using ismatrix and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): ismatrix1 Download

Added: May 12, 2013 | Visits: 299

Piecewise Parabolic Interpolation Script It performs piecewise parabolic interpolation and approximated calculation of first and second derivative at the interpolation point.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Piecewise Parabolic Interpolation Script Download

Added: February 18, 2010 | Visits: 1.043

PDL::GSL::INTERP PDL::GSL::INTERP is a PDL interface to Interpolation routines in GSL. SYNOPSIS use PDL; use PDL::GSL::INTERP; my $x = sequence(10); my $y = exp($x); my $spl = PDL::GSL::INTERP->init(cspline,$x,$y); my $res = $spl->eval(4.35); $res = $spl->deriv(4.35); $res = $spl->deriv2(4.35);...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (93): PDL::GSL::INTERP Download

Added: April 23, 2010 | Visits: 1.419

nmeap nmeap is an extensible parser for NMEA-0183 (GPS) data, written in portable C. It has a small footprint, is portable, extensible, and I/O agnostic. It is suitable for Linux, Win32, and embedded systems. It has built in support for most useful standard NMEA sentences, and is extensible to add...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (151): nmeap Download

Added: July 06, 2013 | Visits: 400

ECG QRS DETECTION( HEART BEAT IN ONE MINUTE ECG data file of sufficient length to be loaded(Here ECG29.dat is used) ,Sampling frequency of the data required to specify.Program displays Electrocardigram data ,its first differentiation,second differeention and cumulayive of first and second derivative. To find qrs peak,thresholding is used...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): ECG QRS DETECTION( HEART BEAT IN ONE MINUTE Download

Added: September 06, 2013 | Visits: 413

Radon-Like Features The demo included in the code demonstrates how Radon-Like Features can be used to enhance (and segment) cell boundaries in Connectome EM images.Please cite the following paper if you find this code useful: Ritwik Kumar, Amelio V. Reina & Hanspeter Pfister, d-deDURadon-Like Features and their...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Radon-Like Features Download

Added: March 27, 2013 | Visits: 325

QuIRK Multibody Dynamics Package QuIRK is an interactive Matlab command line interface for constructing systems of rigid bodies and joint constraints, solving the equations of motion of those systems when subject to various force expressions, displaying and animating solved systems, and extracting information about the state...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (42): QuIRK Multibody Dynamics Package Download

Added: June 08, 2013 | Visits: 351

Laboratory froth flotation machine automation GUI It is designed to work with following data acquisition cards: - ADVANTECH PCI-1713-AE, 16 - channel differential analog input card - ADVANTECH PCI-1720, 4 - channel analog output cardFollowing devices are connected (although these can be changed for other models with analog input/output): -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (43): Laboratory froth flotation machine automation GUI Download

Added: July 18, 2013 | Visits: 358

Simple Edge Detection Using Classical Haralick Method Implementation of the well known Haralick Edge Detector.Here are the steps of the algorithm : (1) Fit a bi-cubic polynomial to a small neighborhood of each pixel (this step provides smoothing too). (2) Compute (analytically) the second and third directional derivatives in the direction of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (39): Simple Edge Detection Using Classical Haralick Method Download

Added: November 11, 2010 | Visits: 1.154

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: June 07, 2010 | Visits: 2.106

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: October 14, 2010 | Visits: 901

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: March 05, 2010 | Visits: 1.118

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: January 03, 2010 | Visits: 902

Test::Usage Test::Usage is a different approach to testing: selective, quieter, colorful. SYNOPSIS Lets say we are building module Foo.pm. To exercise it, we write a usage examples module, Foo_T.pm, which may eventually look something like this: package Foo_T; use Test::Usage; use strict; use...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): Test::Usage Download

Added: November 07, 2010 | Visits: 1.227

Test::STDmaker Test::STDmaker is a Perl module to generate test scripts, demo scripts from a test description short hand. SYNOPSIS ####### # Procedural (subroutine) interface # use Test::STDmake qw(find_t_roots get_data perl_command); @t_path = find_t_paths() $date = get_date(); $myperl =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): Test::STDmaker Download

Added: January 25, 2010 | Visits: 709

Test::LectroTest Test::LectroTest is a Perl module with easy, automatic, specification-based tests. SYNOPSIS #!/usr/bin/perl -w use MyModule; # contains code we want to test use Test::LectroTest; Property { ##[ x <- Int, y <- Int ]## MyModule::my_function( $x, $y ) >= 0; }, name => "my_function output...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (91): Test::LectroTest Download

1 2 3 4 5 >