outsig = sig_bandpassnoise(fc,fs,dur,l,bw)
fc | center frequency of the bandpass |
fs | sampling frequency |
dur | duration of the bandpassnoise in s |
l | overall level in (db SPL) with a dB-offset of 0 dB |
bw | bandwidth of the noiseband |
outsig | the generated bandpassnoise |
outsig = sig_bandpassnoise(fc,fs,dur,l,bw) generates a bandpass-noise masker with duration dur (in sec), overall level l (in dB SPL) and with a sampling rate of fs Hz at the center frequency fc. The bandpass has a bandwidth of bw in Hz. The generation is in the frequency domain.