More than one frequencies
2 次查看(过去 30 天)
显示 更早的评论
I am trying to understand how multiple tone-frequencies work. I'd like to find the boundary where it still sounds like two tones and where it sounds like only one tone.
I'm trying to understand how I set a constant frequency to each of the sounds.
I'd like them to play atleast one minute, to hear how close are they to sound like one tone.
0 个评论
采纳的回答
Star Strider
2020-9-21
Multiply the two tones (modulate the 440 Hz with the 400 Hz) to get the ‘beat’ effect you want:
sound(s, Fs) % Produce Tone As Sound1
pause(1.5)
sound(s1, Fs) % Produce Tone As Sound2
pause(1.5)
sound(s.*s1, Fs) % Modulate To Produce Desired ‘Beat’ Effect
.
13 个评论
Star Strider
2020-11-12
Anonym — Image processing is not an area of my expertise. I have done some, however only for medical images with respect to my own work. I cannot help you with that.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!