Skip to content

Commit 55668b1

Browse files
committed
Remove @register_symbolic
1 parent 0f2d737 commit 55668b1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Blocks/sources.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ function triangular(x, f, amplitude, offset, start_time)
4242
offset + (x > start_time) * (4 * amplitude * f * abs(abs((x - p/4 - start_time) % p) - p/2) - amplitude)
4343
end
4444

45-
@register_symbolic smooth_cos(x, δ, f, amplitude, ϕ, offset, start_time)
46-
@register_symbolic smooth_damped_sin(x, δ, f, amplitude, damping, ϕ, offset, start_time)
47-
@register_symbolic smooth_ramp(x, δ, height, duration, offset, start_time)
48-
@register_symbolic smooth_sin(x, δ, f, amplitude, ϕ, offset, start_time)
49-
@register_symbolic smooth_square(x, δ, f, amplitude, offset, start_time)
50-
@register_symbolic smooth_step(x, δ, height, offset, start_time)
51-
@register_symbolic smooth_triangular(x, δ, f, amplitude, offset, start_time)
52-
@register_symbolic triangular(x, f, amplitude, offset, start_time)
53-
@register_symbolic square(x, f, amplitude, offset, start_time)
54-
5545
"""
5646
Generate constant signal.
5747

0 commit comments

Comments
 (0)