Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

stereo input-output independently

Status
Not open for further replies.

haydaa

Member level 3
Joined
Feb 21, 2006
Messages
54
Helped
4
Reputation
8
Reaction score
3
Trophy points
1,288
Location
turkey
Activity points
1,756
output_right_sample

Hi all,

At the (DSP Appl. with C6713 and 6416 )book, Dr. Chassaing says in CHP 2 Ex 2.3:

Experiment with this project, inputting different signals into each channel and outputting from each channel using adapters and stereo cable. Verify that you can select each input and output channel independently.

I have modified the example's code as below:

...
AIC23_data.channel
=input_left_sample();
AIC23_data.channel
=input_right_sample();

output_right_sample(AIC23_data.channel
); output_left_sample(AIC23_data.channel
);
...
I think that I assign right input to right output and same for left ones.
But I hear left or right inputs from both sides of headphone.

What is wrong?

Regards​
 

May be you check your adapter. Some only look like stereo but are mono.
 

Stereo separation is not good. You can here both, but the strength should not be the same.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top