DSPRelated.com
Forums

How to output a BPSK signal to the Parallel Port in MATLAB?

Started by Vishy January 7, 2007
Hi... I wish to generate a BPSK modulated signal in MATLAB. I found out
how to do this, but I dont know how to output this signal to the
parallel port. Is there any MATLAB code for this?
Please help as I am kinda new to MATLAB.
thanks..

On Jan 7, 12:53 pm, "Vishy" <savishy...@gmail.com> wrote:
> Hi... I wish to generate a BPSK modulated signal in MATLAB. I found out > how to do this, but I dont know how to output this signal to the > parallel port. Is there any MATLAB code for this?
You will probably need the Data Acquisition Toolbox. http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq.html -- Oli
Thanks a lot. I plan to give digitized voice input to the parallel port
as input and take the BPSK modulated output at the serial port. So in
my case I will be connecting further circuits at the two ports, and not
data acquisition devices. Will the data acquisition tool box work in
this case?