Generate different types of audio-noise
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Given a general shape of a intensity-frequency relationship, I want to be able to generate a corresponding noise .wav file. Is there a way of doing this?
I would then like to produce similar graphs for audiofiles I have recorded.
EDIT: How do I change the PSD of noise?

Thank you very much.
3 Commenti
Mathieu NOE
il 29 Giu 2022
Hello Rowan
see the magnitude vs frequency shape - use that to create a FIR or IIR filter using invfreqs or invfreqz, then pass a white noise (random numbers) into that "shaping" filter and you're done !
Risposte (1)
Eamon Gekakis
il 24 Giu 2022
audiowrite might be a good solution here.
2 Commenti
Eamon Gekakis
il 24 Giu 2022
Generally, a transfer function or filter stack will be used to "shape" the PSD data from my understanding, a combination of peak filters, bandpass filters, notches, etc.
This may be a useful write-up on matlab filter design, using the designfilt signal processing toolbox function.
Vedere anche
Categorie
Scopri di più su Spectral Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!