I want to detect sound of scream and alert to the surround

Status
Not open for further replies.

everjordan

Newbie level 4
Joined
May 27, 2011
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,326
hi guys

I want to know how to do make the detect and alert system.

My goal:

input signal - condensor mic - noise reduction - amplification - adc - fft - final

I will turn on the sound like siren, if the frequency of sound is more than of scream.


That is my basic idea.

But, I don't have any experience in that field.

I know I have to AVR, mic, and so on..

However, I don't know how to do fft in AVR.

Please any help..
 

Haven't worked with fft. Don't know where you might find program code.

In this application you want to ignore false triggers. But you also want to be sure you'll catch that one real scream. Not easy.

A scream can be characterized as a sustained pitch for longer than, say, a few tenths of a second.

But then your device needs to be able to filter out singing. Because that resembles a scream too.

Or someone screaming on tv.

Or children when they have those lovable screaming contests.

Or a woman squealing with delight when you give her a $1,000 necklace.

Which adds up to: Do you have a way to detect someone's mental state based on how they vocalize?

This is not meant to discourage you. It's a worthy project, even if only to demonstrate the concept.

As for FFT, it can contribute only certain information. It's just part of devising an algorithm that will distinguish a scream from other sustained waveforms.

It isn't hard to make your device ignore typical speech. Words are more like transient waveforms than sustained. A fast falling peak detector will filter out speech.

You want to check into all possible characteristics about the vocal inflections of a scream. Example, attack and decay envelope. Presence and intensity of certain overtones. Pitch change. Tremolo in amplitude (quavering). Etc.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…