Unable to add FMCOMMS5 from git library

2021-01-24 Thread Rupak Paul
g gr_modtool or from github library? -- Regards, Rupak Paul

Re: Unable to add FMCOMMS5 from git library

2021-01-24 Thread Rupak Paul
it of caution to help 3.7 keep running on legacy > systems. We are, > however, not porting it to new platforms (which simply doesn't work due to > the > dependencies mentioned above), and I'd certainly recommend not starting a > project with 3.7 > in 2021. > > Best rega

Problem in modifying OFDM transmitter block (v3.8)

2021-10-12 Thread Rupak Paul
lt successfully. " digital.constellation_16qam() " But when I try to use this block with 16QAM modulation in the example OFDM grc file, it says "Modulation not supported". Though, BPSK, QPSK work fine with the same new block. Am I missing something? Waiting for your suggestions. Thank you. -- Regards, Rupak Paul

Re: Why the ofdm data packet is not fully received ?

2021-10-28 Thread Rupak Paul
; why this happens? How can I solve this problem? (It can still be > > received correctly when my "repeat" is set to no) > > The flowchart is in the attachment. > > Thanks to anyone for the relevant information, thank you! > > Sincerely > -- Regards, Rupak Paul

Re: OFDM cannot receive the correct number of packets

2021-11-08 Thread Rupak Paul
Hi, I am not an expert at this but you can set packet length to 1 and then try or you can modify OC and PC. It worked for me. Regards, Rupak On Thu, Nov 4, 2021 at 2:33 PM 能书能言 <2127629...@qq.com> wrote: > HI, > Recently I am conducting some ofdm experiments, using the example > ofdm_tx/rx.grc

Question about Packet Length in OFDM transmission

2022-01-31 Thread Rupak Paul
Thanks in advance. -- Regards, Rupak Paul tx_ofdm_loopback.grc Description: Binary data

How to run gr-howto Python or C++ files from ubuntu

2020-11-08 Thread Rupak Paul
Hi, I am new in this platform and trying to run my first block in Gnu Radio. Using tutorial script from OOT modules, I am unable to run C++ or Python files (e.g. qa_square_ff.py) from cmd window. When I use "python3 qa_square_ff.py" command, it always says some module (e.g. howto_swig) is missing

Makefile:127: recipe for target 'test' failed during 'make test' command

2020-11-11 Thread Rupak Paul
Errors while running CTest Makefile:127: recipe for target 'test' failed make: *** [test] Error 8 ... I followed every steps according to 'OutOfTreeModules'. How can I fix this issue? -- Thanking you, Rupak Paul

Unable to compile OOT module block from gr-digital

2021-01-04 Thread Rupak Paul
Hello there, I am trying to compile a given block named "ofdm_carrier_allocator_cvc" from "github/gnuradio/gr-digital". After going through the "make test" I got some error like this, Traceback (most recent call last): 2: File "/home/rupak/gr-OFDM/python/qa_o