필터 지우기
필터 지우기

Generate different types of audio-noise

조회 수: 4 (최근 30일)
Rowan Humphreys
Rowan Humphreys 2022년 6월 24일
댓글: Mathieu NOE 2022년 6월 29일
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
Rowan Humphreys
Rowan Humphreys 2022년 6월 24일
Hi Mathieu - how does one shape a PSD?
Mathieu NOE
Mathieu NOE 2022년 6월 29일
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 !

댓글을 달려면 로그인하십시오.

답변 (1개)

Eamon Gekakis
Eamon Gekakis 2022년 6월 24일
audiowrite might be a good solution here.
  댓글 수: 2
Rowan Humphreys
Rowan Humphreys 2022년 6월 24일
Thanks Eamon, I have been using that to save the files. I meant more specifically how do you shape the PSD of the noise?
Eamon Gekakis
Eamon Gekakis 2022년 6월 24일
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.
The Transfer Function matlab function may also be usefil here.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Analysis에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by