diff --git a/experiments/characterization/BS1534-20/proc_Exp.bash b/experiments/characterization/BS1534-20/proc_Exp.bash
new file mode 100644
index 0000000000000000000000000000000000000000..1ad695eedc7bc85e0bd075067b1447f71b12aceb
--- /dev/null
+++ b/experiments/characterization/BS1534-20/proc_Exp.bash
@@ -0,0 +1,124 @@
+#!/bin/bash -x
+
+PROC=proc
+OUTDIR=scenes
+INDIR=input
+INSF=48
+OUTSF=48
+PSF=48
+INSF_HZ="$INSF"000
+OUTSF_HZ="$OUTSF"000
+PSF_HZ="$PSF"000
+
+WLEN=$(($OUTSF_HZ/10))
+
+# Input files in concatenation order
+files=`ls $INDIR/*.wav`
+
+
+# Tools
+FILTER=filter.exe
+COPYAUDIO=CopyAudio
+INFOAUDIO=InfoAudio
+ASTRIP=astrip.exe
+IVAS_COD=./IVAS_cod.exe
+IVAS_DEC=./IVAS_dec.exe
+IVAS_REND=./IVAS_rend.exe
+
+CUT=bin/cut
+BSL=bin/bsl
+TMP="TMP"`date +%s%N`
+
+
+################### Definition of test conditions ###################
+conditions="REF ANCH3k5 CUT64_3DOF CUT512_3DOF CUT64_6DOF CUT512_6DOF"
+# Conditions as functions
+# $1 input signal, 48 kHz wav ISM4
+# $2 output signal, 48 kHz wav BINAURAL
+function REF { # Direct
+ $IVAS_REND -if ISM4 -of BINAURAL -i $1 -im $1.0.csv $1.1.csv $1.2.csv $1.3.csv -T $1.ht.csv -o $2 -render_config $1.cfg -dpid 0 1 2 3
+}
+function ANCH3k5 { # 3.5 kHz anchor
+ REF $1 TMP1.wav
+ N_SAMPLES=`$INFOAUDIO TMP1.wav | grep "No. samples" | cut -f2 -d':' | tr -d '[:space:]'`
+ for ch in A B;do
+ $COPYAUDIO -F noheader --chanA=$ch TMP1.wav TMP1.$ch.pcm
+ dd if=/dev/zero of=TMP.zero.pcm bs=2 count=232
+ cat TMP1.$ch.pcm TMP.zero.pcm > TMP1.$ch.pad.pcm
+ $FILTER LP35 TMP1.$ch.pad.pcm TMP2.$ch.pcm
+ $ASTRIP -start 233 -sample TMP2.$ch.pcm TMP2.$ch.delay.pcm
+ done
+ $COPYAUDIO -S "FL FR" -F WAVE-NOEX -P integer16,,$PSF_HZ,,1 TMP2.A.delay.pcm TMP2.B.delay.pcm $2
+ rm TMP*
+}
+function ANCH7k { # 7 kHz anchor
+ REF $1 TMP1.wav
+ N_SAMPLES=`$INFOAUDIO TMP1.wav | grep "No. samples" | cut -f2 -d':' | tr -d '[:space:]'`
+ for ch in A B;do
+ $COPYAUDIO -F noheader --chanA=$ch TMP1.wav TMP1.$ch.pcm
+ dd if=/dev/zero of=TMP.zero.pcm bs=2 count=232
+ cat TMP1.$ch.pcm TMP.zero.pcm > TMP1.$ch.pad.pcm
+ $FILTER LP7 TMP1.$ch.pad.pcm TMP2.$ch.pcm
+ $ASTRIP -start 233 -sample TMP2.$ch.pcm TMP2.$ch.delay.pcm
+ done
+ $COPYAUDIO -S "FL FR" -F WAVE-NOEX -P integer16,,$PSF_HZ,,1 TMP2.A.delay.pcm TMP2.B.delay.pcm $2
+ rm TMP*
+}
+function CUT64_6DOF { # CUT64