Is it possible to transmit audio signal from microcontroller to matlab using A2DP ?

조회 수: 3 (최근 30일)
vish
vish 2012년 2월 18일
편집: Chong Tao 2013년 10월 17일
Hi, I want to transmit audio data (preferably music upto 320kbps bitrate, 44.1 Khz) from a microcontroller to a computer and process the signal using matlab live. Do you think it is possible to sufficient baud rate using SPP. My bluetooth module and computer supports A2DP but I am not sure if matlab supports it. Please let me know if its possible. Also, if you can attach an example of matlab code to access the bluetooth peripheral, it will be really helpful.
cheers, vish
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 2월 19일
It really depends on what you mean by live. How much latency is tolerable? How often can frames get dropped?
vish
vish 2012년 2월 19일
By live I simply mean, that I need to stream data from the microcontroller to matlab -> do some audio processing -> play it on the PC simultaneously. Dropping of frames is not a major issue since Its mainly for experimental purpose.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 2월 19일
MATLAB R2011b is the first release to have any direct bluetooth support.
No released version of MATLAB has specific A2DP support.
  댓글 수: 1
vish
vish 2012년 2월 19일
I see. Is it possible to acquire it from the sound card ? I think I can create an app in VB to stream data using A2DP on the computer. Is it possible to acquire/ process any sound that is being played on the computer sound card ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by