Skip to content

Commit

Permalink
import JSC
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Sep 3, 2024
1 parent 07fe30c commit 36fd3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/tutorials/noise.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ A signal may be quantized to a fixed number of levels (e.g., 8-bit) using the [`
using ModelingToolkit, ModelingToolkitSampledData, OrdinaryDiffEq, Plots
using ModelingToolkit: t_nounits as t, D_nounits as D
using ModelingToolkitStandardLibrary.Blocks
using JuliaSimCompiler
z = ShiftIndex(Clock(0.1))
@mtkmodel QuantizationModel begin
@components begin
Expand Down

0 comments on commit 36fd3df

Please sign in to comment.