We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@warn
1 parent 55668b1 commit 883baa8Copy full SHA for 883baa8
src/Blocks/sources.jl
@@ -325,10 +325,6 @@ Generate smooth triangular signal for frequencies less than or equal to 25 Hz
325
function Triangular(; name, amplitude=1.0, frequency=1.0,
326
offset=0.0, start_time=0.0, smooth=false)
327
328
- if smooth
329
- frequency > 25 && @warn "`frequency > 25` can lead to non-triangular wave pattern"
330
- end
331
-
332
@named output = RealOutput()
333
pars = @parameters begin
334
amplitude=amplitude
0 commit comments