Skip to content

Is there any way to find the initial phase of a section of signal? #89

@Wenchel

Description

@Wenchel

Given a signal such as:

DiscreteSignal signal = new SineBuilder()
                        .SetParameter("frequency", 500.0/*Hz*/)
                        .SetParameter("phase", Math.PI / 2)
                        .OfLength(10000)
                        .SampledAt(44100/*Hz*/)
                        .Build();

How to find the initial phase pi/2 by NWaves? And how to get frequency 500 by NWaves?

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