Skip to content

Kernel for folding vector #317

Open
Open
@ast

Description

@ast

There doesn't seem to be a kernel for folding a vector by a divisor. This is essential for decimation in the frequency domain.

% Example, Matlab notation
Fx_alias = (Fx(1:256) + Fx(257:512) + Fx(513:768) + Fx(769:1024)) / 4;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Enhancementnew kernel entirely or for some specific ARCH

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions