0

I am trying to create a sound using two channels. I send two signals with different frequencies.

I am trying to do it without the Data Acquisition Toolbox. It is possible to do it?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Fred
  • 417
  • 6
  • 14

1 Answers1

1

You could resample the two signal to the same sampling frequency, combine them as matrix columns, then create a WAVE file using the wavwrite function (or play the sound directly with soundsc)

Amro
  • 123,847
  • 25
  • 243
  • 454