Commit 0a6f67d7 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

Merge branch...

Merge branch '37-p800-tests-pre-amble-and-concatenation-per-category-repeat-sequence-before-encoding' into 'main'

added key for repeating signal

See merge request !77
parents ade41b13 e9f247ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -253,6 +253,8 @@ input:
        # background_noise_path: ".../noise.wav"
        ### Flag for using low level [-4,+4] background noise; default = false
        # low_level_noise: true
	### Flag for repeating the whole signal once and discarding the first half after processing
    # repeat_signal: true
```

</details>
+2 −0
Original line number Diff line number Diff line
@@ -120,6 +120,8 @@ input:
        # background_noise_path: ".../noise.wav"
        ### Flag for using low level [-4,+4] background noise; default = false
        # low_level_noise: true
    ### Flag for repeating the whole signal once and discarding the first half after processing
    # repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ preprocessing_2:
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-2/background_noise/background_noise.wav"
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ preprocessing_2:
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-5/background_noise/background_noise.wav"
    repeat_signal: true

#################################################
### Bitstream processing
Loading