Skip to content

Commit

Permalink
Update preprocessing.R
Browse files Browse the repository at this point in the history
  • Loading branch information
edwbaker authored Aug 14, 2017
1 parent 342c50d commit b5fe541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ autoBandPassFilter <- function(
plot=F
){
#If max_freq not set then use half of sample rate
if (is.null(max_freq) {
if (is.null(max_freq)) {
max_freq <- wave@samp.rate / 2
}

Expand Down

0 comments on commit b5fe541

Please sign in to comment.