JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/stable/contents/
Other
381 stars 109 forks source link

Signal Generation #136

Open abcsds opened 8 years ago

abcsds commented 8 years ago

Good day, Do you consider a DSP library should have a signal generation module? With this I mean generators for the most common types of signals: Square, Sawtooth, Triangular, Impulse. I've looked in other places and there is no other Julia analogous to Scipy's signal module.

gummif commented 8 years ago

You might want to take a look at the https://github.com/JuliaAudio/SampledSignals.jl package (or see https://github.com/JuliaDSP/Roadmap/issues/10 )

abcsds commented 8 years ago

JuliaDSP/Roadmap#10 actually looks quite advanced. Thank you.

ErikBuer commented 9 months ago

People can also check out FrequencySweep.jl