Skip to content

Commit

Permalink
adds a little more doc to SinSource [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfrr committed May 17, 2017
1 parent f4c300d commit bf9b4f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SignalGen/SinSource.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
"""
SinSource is a multi-channel sine-tone signal generator.
SinSource(eltype, samplerate, freqs)
SinSource is a multi-channel sine-tone signal generator. `freqs` can be an
array of frequencies for a multi-channel source, or a single frequency for a
mono source.
"""
type SinSource{T} <: SampleSource
samplerate::Float64
Expand Down

0 comments on commit bf9b4f5

Please sign in to comment.