"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Libtmp/Filter/Linear.pm" between
PDL-2.082.tar.gz and PDL-2.083.tar.gz

About: PDL (Perl Data Language) aims to turn perl into an efficient numerical language for scientific computing (similar to IDL and MatLab).

Linear.pm  (PDL-2.082):Linear.pm  (PDL-2.083)
=head1 NAME =head1 NAME
PDL::Filter::Linear - linear filtering for PDL PDL::Filter::Linear - linear filtering for PDL
=head1 SYNOPSIS =head1 SYNOPSIS
$x = new PDL::Filter::Linear( $x = PDL::Filter::Linear->new(
{Weights => $v, {Weights => $v,
Point => 10}); Point => 10});
$y = new PDL::Filter::Gaussian(15,2); # 15 points, 2 std devn. $y = PDL::Filter::Gaussian->new(15,2); # 15 points, 2 std devn.
($pred,$corrslic) = $x->predict($dat); ($pred,$corrslic) = $x->predict($dat);
=head1 DESCRIPTION =head1 DESCRIPTION
A wrapper for generic linear filters. A wrapper for generic linear filters.
Just for convenience. This should in the future use DataPresenter. Just for convenience. This should in the future use DataPresenter.
Also, this class should at some point learn to do FFT whenever it is Also, this class should at some point learn to do FFT whenever it is
useful. useful.
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)