Skip to content

Normalizing the STA in script_102_RetinaData_STA #3

@chinmayeelm

Description

@chinmayeelm

In line 57,
sta = sta / norm(sta) ; % the STA is normalized to 1

The norm() function returns a Euclidean norm, i.e,

$$ ||v|| = \sqrt \sum_{k=1}^N |v_k|^2 $$

So, the sta is not normalized to 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions