Interface SavitzkyGolayFilter

interface SavitzkyGolayFilter {
    name: "savitzkyGolay";
    options?: SGGOptions;
}

Properties

Properties

name: "savitzkyGolay"
options?: SGGOptions