logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDL::Filter::Linear - linear filtering for PDL

Description

       A wrapper for generic linear filters.  Just for convenience. This should in the future use DataPresenter.

       Also, this class should at some point learn to do FFT whenever it is useful.

perl v5.40.1                                       2025-04-12                                        Linear(3pm)

Name

       PDL::Filter::Linear - linear filtering for PDL

Synopsis

               $x = PDL::Filter::Linear->new(
                       {Weights => $v,
                        Point => 10});

               $y = PDL::Filter::Gaussian->new(15,2); # 15 points, 2 std devn.

               ($pred,$corrslic) = $x->predict($dat);

See Also