HOPS: A fast algorithm for segmenting piecewise polynomials
Version 1.0.1 (3.08 KB) by
bernard
segmenting and fitting a signal with piecewise polynomials.
%function [brkps,Fmin,x]=fun_HOPS(y,lambda,p);
%--------------------------------------------------------------------------
%fit a signal y with piecewise polynomials x with objective:
% min F(x) = ||y-x||_2^2 + lambda*k
%lambda is the penalty for each piece, and k is the number of pieces.
Cite As
Duan, Junbo, et al. “HOPS: A Fast Algorithm for Segmenting Piecewise Polynomials of Arbitrary Orders.” IEEE Access, vol. 9, Institute of Electrical and Electronics Engineers (IEEE), 2021, pp. 155977–87, doi:10.1109/access.2021.3128902.
MATLAB Release Compatibility
Created with
R2021a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
