Prev: Interpolation
Next: TMS320LF2407
From: disney_snoopy on 18 Nov 2009 06:28 Hi all, Can anyone explain how to generate the stereo and decode it in channel L and R in Matlab. Need some explanation or example please!!! Would appreciate it... Thankz
From: Tauno Voipio on 18 Nov 2009 09:28 disney_snoopy wrote: > Hi all, > > Can anyone explain how to generate the stereo and decode it in channel L > and R in Matlab. Need some explanation or example please!!! Would > appreciate it... > Thankz Study project / homework? -- Tauno Voipio tauno voipio (at) iki fi
From: Richard Dobson on 18 Nov 2009 13:57 disney_snoopy wrote: > Hi all, > > Can anyone explain how to generate the stereo and decode it in channel L > and R in Matlab. Need some explanation or example please!!! Would > appreciate it... > Thankz > > ?? Generate "the stereo" what? Setting aside semantic niceties, "stereo" audio is just a two-channel audio stream or file (or 2-column matrix, etc), presumed to be sent to two (L/R) front speakers. Nothing to "decode". Richard Dobson
From: Tauno Voipio on 18 Nov 2009 14:35 Richard Dobson wrote: > disney_snoopy wrote: >> Hi all, >> >> Can anyone explain how to generate the stereo and decode it in channel L >> and R in Matlab. Need some explanation or example please!!! Would >> appreciate it... >> Thankz >> >> > > ?? Generate "the stereo" what? Setting aside semantic niceties, "stereo" > audio is just a two-channel audio stream or file (or 2-column matrix, > etc), presumed to be sent to two (L/R) front speakers. Nothing to "decode". > > Richard Dobson My guess is that he's attempting to simulate the multiplex used on top of a FM radio transmission, including the sub-carrier encoding, i.e. what you get from the FM demodulator. -- Tauno Voipio tauno voipio (at) iki fi
From: Richard Dobson on 18 Nov 2009 15:12
Tauno Voipio wrote: > Richard Dobson wrote: >> disney_snoopy wrote: >>> Hi all, >>> >>> Can anyone explain how to generate the stereo and decode it in channel L >>> and R in Matlab. Need some explanation or example please!!! Would >>> appreciate it... >>> Thankz >>> >>> >> >> ?? Generate "the stereo" what? Setting aside semantic niceties, >> "stereo" audio is just a two-channel audio stream or file (or >> 2-column matrix, etc), presumed to be sent to two (L/R) front >> speakers. Nothing to "decode". >> >> Richard Dobson > > > My guess is that he's attempting to simulate the > multiplex used on top of a FM radio transmission, > including the sub-carrier encoding, i.e. what you > get from the FM demodulator. > Hadn't thought of that. Perhaps that is an example of a question with 70% of the context assumed? Richard Dobson |