Wiki: In signal processing, white noise is a random signal having equal intensity at different frequencies, giving it a constant power spectral density.
Questions tagged [whitenoise]
125 questions
0
votes
0 answers
matlab generate white noise at different decibel
I want to generate a white noise of the duration of 200 ms at different dB from 65 to 100. Below an example of my code to generate a 65dB white noise. However when I input a 100 (or any different value). I don't record any difference in…

Simon
- 75
- 5
0
votes
1 answer
How to generate and play a white noise using Psychopy?
I am looking for a way to play a white noise using Psychopy. I tried the code below but it gives me an error message. I would very much appreciate it if anyone could teach me how to rectify the code. Thank you so much for your time!
from __future__…

T.O.
- 47
- 5
0
votes
1 answer
redirecting every url to 500 server error django
my django application works in local development server. To deploy in heroku I had to use whitenoise for serving static files. The app is deployed successfully but now when I switch debug flag to False, i get server side error on both development…

milan
- 2,409
- 2
- 34
- 71
-1
votes
1 answer
SoX batch convert adding white noise
I'm trying to add white noise to hundreds of files. I find a command but don't know how to adapt it.
There is a source folder with files and an empty destination folder. Could someone help me with the right command?
I'm using…

b0h1
- 3
- 2
-3
votes
1 answer
ImportError with whitenoise.django
I've installed whitenoise with command:
pip install whitenoise
But when I'm moving on whitenoise.django there is only this error:
raise ImportError(
'\n\n'
'Your WhiteNoise configuration is incompatible with WhiteNoise v4.0\n'
…

Damir Nafikov
- 162
- 1
- 9