More than one frequencies

10 次查看(过去 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.

采纳的回答

Star Strider
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 个评论
Image Analyst
Image Analyst 2020-11-12
I've been working on stain removal for literally the past 28 years.
Star Strider
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 个)

Image Analyst
Image Analyst 2020-9-22
For what it's worth, I'm attaching a demo:

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by