Re: Help in identying a jamming signal

2023-09-28 Thread Mitja kocjančič
Hello there, I managed to record 10Mhz of sample rate which u can find here: https://transfer.sh/vxuyz7zPyH/SDRSharp_20230928_110124Z_67610Hz_IQ.wav It seams that interfering signal is infact DVB-T on Channel 46 with Center frequency of 674 MHz I also managed to capture that interference

Re: Trying to compile gr-osmosdr on windows

2022-04-27 Thread Mitja kocjančič
ch, or it could also be that because I am building this on windows I am hitting some edges cases and have this interesting problems :) V V sre., 27. apr. 2022 ob 20:36 je oseba Ryan Volz napisala: > Hi Mitja, > > On 4/26/22 7:45 PM, Mitja kocjančič wrote: > > ... > >

Re: Trying to compile gr-osmosdr on windows

2022-04-26 Thread Mitja kocjančič
n 4/26/22 11:52 AM, Mitja kocjančič wrote: > > Hello there, I finaly decided to upgrade to GNURadio 3.9 and decided to > > build everything from source because precompiled versions outthere > > didn't include everything I needed > > > > I knew there would be pain, I

Trying to compile gr-osmosdr on windows

2022-04-26 Thread Mitja kocjančič
Hello there, I finaly decided to upgrade to GNURadio 3.9 and decided to build everything from source because precompiled versions outthere didn't include everything I needed I knew there would be pain, I just didn't knew how much til I started tinkering with it So I a fresh Windows 11 install

Re: GNURadio 3.7.14.0 Building gr-video-sdl

2022-03-27 Thread Mitja kocjančič
ogically mostly obsolescence why we're not able to > support it anymore. > Instead of sticking to 3.7 due to "some legacy blocks" it might be worth > to forward-port > these missing blocks to GNU Radio 3.10 or 3.9, and work with a modern > version of GNU Radio > – honestly, G

GNURadio 3.7.14.0 Building gr-video-sdl

2022-03-27 Thread Mitja kocjančič
Hello there, for few reasons I am still using GNURadio 3.7 which doesn't come buindled with gr-video-sdl (at least the installation I am using doesn't) (I know 3.9 comes with it but right now I have some legacy blocks that are not uvailable for 3.9 so I am stuck using 3.7) So I tried building

Re: Gnuradio: SineWave generator python block choppy audio out

2021-05-26 Thread Mitja kocjančič
both yours and Maruc solutions work very well, didn't spot any visual difference between them, so thank you both V V sre., 26. maj 2021 ob 18:50 je oseba Achilleas Anastasopoulos < anas...@umich.edu> napisala: > Hi all, > > I do not think that the proposed algorithm by Marcus is the correct way

Re: Gnuradio: SineWave generator python block choppy audio out

2021-05-26 Thread Mitja kocjančič
although later testing shows that yours doesn't flicker like Markuc does when changing frequency or sample rate on the fly V V sre., 26. maj 2021 ob 19:08 je oseba Mitja kocjančič napisala: > both yours and Maruc solutions work very well, didn't spot any visual > difference between th

Re: Gnuradio: SineWave generator python block choppy audio out

2021-05-26 Thread Mitja kocjančič
Thanks you very much the reason I use gnuradio 3.7 is because some OOT modules gr-rftap https://github.com/rftap/gr-rftap gr-rds (don't know about this one but probably would work on 3.9): https://github.com/bastibl/gr-rds do not work on gnuradio 3.9 (rftap doesn't even work on 3.8) and I am

Gnuradio: SineWave generator python block choppy audio out

2021-05-25 Thread Mitja kocjančič
for testing something I am trying to develop my own SineWave generator using python block in gnuradio the block is here """ Embedded Python Blocks: Each time this file is saved, GRC will instantiate the first class it finds to get ports and parameters of your block. The arguments to __init__