Benjamin Menküc
Benjamin Menküc
Hi, I have BAM data in memory (bamHeader + bamRecords). Is it possible to create a BAI index file from this directly? I have found the function bool buildIndex(BamIndex &...
### What happened? I compiled the latest gnuradio from this repo. I am using pulseaudio in WSL2 Ubuntu 20.04. pulseaudio itself is working, I can play music with cmus and...
### What happened? I ported a GNU Radio 3.8 script to GNU Radio 3.11. When I run it I get this error ``` AttributeError: 'hrpt.hrpt_python.noaa_hrpt_deframer' object has no attribute 'to_basic_block'...
The Soapy driver returns a list of sample rate, ie SoapyPlutoSDR has this: ```c std::vector SoapyPlutoSDR::listSampleRates( const int direction, const size_t channel ) const { std::vector options; options.push_back(65105);//25M/48/8+1 options.push_back(1e6); options.push_back(2e6);...
A possible way to support timestamps would be to add the following functions to libiio ```c struct meta_command { uint64 timestamp, uint64 num_samples, enum type { send_timed, send_untimed // timestamp...
Apps that use libiio do not automatically find network devices. For example with iio_info it is necessary to specify for example `iio_info -n 192.168.1.1` It would be nice to have...
I think it should be possible to get openwifi running on plutosdr, if the sidechannel could be disabled with a parameter. I already found some places where ressource usage could...
For dropbear I get this http 302 ``` curl -IsS https://matt.ucc.asn.au/dropbear/releases result = HTTP/2 302 date: Sat, 06 Aug 2022 12:42:01 GMT content-length: 0 location: https://matt.ucc.asn.au/dropbear/releases cf-cache-status: DYNAMIC expect-ct: max-age=604800,...
feedback and change requests are welcome. setup_env_2022.1.sh needs to be sourced.
@rgetz the newer Vivado/Vitis versions use /tools/Xilinx as prefix. I think the setup_env script should support the old `/opt/Xilinx` and the new `/tools/Xilinx` for a transition period. Will You update...