Skip to content

Commit

Permalink
Commented out getNoiseLevel (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Aug 23, 2024
1 parent c9a872f commit ead4b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SystemMatrix/SystemMatrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ end

include("Sparse.jl")

#=
"""
Calculates a noise level from empty measurement `bEmpty`.
Expand All @@ -333,3 +334,4 @@ function getNoiseLevel(bEmpty, bgframes, channels)
end
return mean(noise)
end
=#

0 comments on commit ead4b6b

Please sign in to comment.