Skip to content

Commit

Permalink
Change local file for testing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed Jul 3, 2024
1 parent 0dac2c8 commit f8471d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function start_runtime(sdr,carrierFreq,samplingRate,gain,acquisition;kw...)
nbS = Int(round(acquisition * samplingRate))
if sdr == :radiosim
@info "Loading data"
local completePath = "/Users/Robin/data_tempest/testX310.dat"
local completePath = "./dumpIQ_0.dat"
sigRx = readComplexBinary(completePath,:single)
else
sigRx = zeros(ComplexF32,nbS)
Expand Down

0 comments on commit f8471d9

Please sign in to comment.