摘要: Now I want to learn the GMSK Modulation and GMSK Demodulation in Gnuradio. Next is a experiment about this. using USRP1 and RFX900 to TX; other USRP1 and DBSRX to RX.Experiment 1: Data transmissionThe files used are benchmark_tx.py and benchmark_rx.py, which are located at gnuradio/gnuradio-examples 阅读全文
posted @ 2011-09-06 23:45 Rabbit Nick 阅读(515) 评论(0) 推荐(0) 编辑
摘要: Oops, today, I amprograming in C++. Then, I found some attentions about delete. for Array, if we use delete not delete [] , it will arise a logic fault.So if you apply a single value space using new , you can use delete to release it. However, if you apply a array space, you should not do this. You 阅读全文
posted @ 2011-09-06 10:34 Rabbit Nick 阅读(165) 评论(0) 推荐(0) 编辑