BPSK modulation / demodulation

Hi guys,

I have been playing around with the benchmark_tx and
rx scripts. Now i would like to use BPSK for my
application. I realise that the standard benchmark_tx
allows only DBPSK. Is there a BPSK modulation script
available or do i need to write a new BPSK module.
Please advice. If i need to write a new module, can i
just modify the exisiting DBPSK script.

Regards,
Wee

All you have to do is remove the differential block from the chain.

I would copy the dbpsk files into a local directory and make the
changes you need (all you should need to do is comment out the
differential encoder and remove it from the connect chain)