What does cppelt function do in findchangepts

7 Ansichten (letzte 30 Tage)
Mehrangiz
Mehrangiz am 15 Mär. 2024
Kommentiert: Mehrangiz am 17 Mär. 2024
Hi there,
I am using findchangepts function and would like to know how the cp and residue are calculated in [cp, residue] = cppelt(x, penalty, Lmin, statistic); When I click on cppelt function, there is no script. Can you please guide me to the source code for cppelt.
Thanks for your help in advance.
Best regards,
Mehrangiz Ashiri

Antworten (1)

Steven Lord
Steven Lord am 16 Mär. 2024
which -all cppelt
/MATLAB/toolbox/signal/signal/private/cppelt.mexa64 % Private to signal
This is a private helper MEX-file in Signal Processing Toolbox. I don't believe we distribute the source code for that MEX-file.
  1 Kommentar
Mehrangiz
Mehrangiz am 17 Mär. 2024
Hello Steven,
Thanks for your reply. I appreciate it.
I understand, would you be kind to elaborate what this function does? How does it determine the cp and residue?

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by