Hi, is it currently possible to offset the phase of a Signal (in dasp_signal)?
For example, when defining a sine wave, how could I displace it by x rad?
signal::rate(sample_rate).const_hz(freq).sine()
If this has not yet been implemented, I'm happy to start a PR.