Skip to content

Commit 36fd3df

Browse files
committed
import JSC
1 parent 07fe30c commit 36fd3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/tutorials/noise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ A signal may be quantized to a fixed number of levels (e.g., 8-bit) using the [`
103103
using ModelingToolkit, ModelingToolkitSampledData, OrdinaryDiffEq, Plots
104104
using ModelingToolkit: t_nounits as t, D_nounits as D
105105
using ModelingToolkitStandardLibrary.Blocks
106+
using JuliaSimCompiler
106107
z = ShiftIndex(Clock(0.1))
107108
@mtkmodel QuantizationModel begin
108109
@components begin

0 commit comments

Comments
 (0)