We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a signal such as:
How to find the initial phase pi/2 by NWaves? And how to get frequency 500 by NWaves?
The text was updated successfully, but these errors were encountered: