Commit 20b1da5b authored by Jan Kiene's avatar Jan Kiene
Browse files

adapt preprocessing for P800 experiments

parent 05fa3cba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,12 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 45
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-1/background_noise/background_noise_cat1.wav"

#################################################
### Bitstream processing
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 45
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-1/background_noise/background_noise_cat2.wav"

#################################################
### Bitstream processing
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 45
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-1/background_noise/background_noise_cat3.wav"

#################################################
### Bitstream processing
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 45
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-1/background_noise/background_noise_cat4.wav"

#################################################
### Bitstream processing
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ preprocessing_2:
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    repeat_signal: true
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 45
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-1/background_noise/background_noise_cat5.wav"

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