On Sun, Apr 08, 2007 at 09:59:21AM +0930, Berndt Josef Wulf wrote: > G'day, > > I've found various implementations of SSB demodulators but no modulators? Has > anyone written or seen an implementation of a SSB modulator? > > cheerio Berndt
Here you go: real_sig = <whatever> # at 250k samples/sec f2c = gr.float_to_complex() u = usrp.sink_c(0, interp_rate=512) fg.connect(real_sig, f2c, u) Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
