Skip to content

Commit f5cc01b

Browse files
committed
moving csv data and updating example.
1 parent 371cfa1 commit f5cc01b

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

examples/8.simulating-noise/main.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ plot!(
220220

221221

222222
dir = @__DIR__
223-
filedir = joinpath(dir, "15MHz_long.csv")
223+
filedir = joinpath(dir, "data", "15MHz_long.csv")
224224
whitepaper_data = CSV.read(filedir, DataFrame, delim = ",", header = false)
225225

226226

0 commit comments

Comments
 (0)