Recently, I’ve tried to make my own fire alarm horn sound. I tried a few things but ended up settling on a sine wave swept at 60 Hz with an effective frequency range of 2500 to 5000 Hz.
Since I can’t upload audio files, to see what I mean, you can do this if you have Audacity (it’s a free and open-source audio editing software):
In Audacity, go to “Tools” > “Nyquist Prompt”
Copy and paste this below where it says “Enter Nyquist command”:
Oh that’s a pretty cool method to generate tones. Sounds a lot like a System Sensor tone for their horns.
I’m not hugely knowledgeable with Nyquist, but judging from the logic of the pseudocode, does this just start at a base frequency of 3750 hz and sweep up and down by 1590 hz at 60 hz?