Adam Thompson
Adam Thompson
Need to add correctness checks for newly merged FEA PR: https://github.com/rapidsai/cusignal/pull/459
Matching cucim pip packaging. Requiring cupy to be installed prior to pip installing cusignal.
MUSIC is a commonly used algorithm for direction finding and frequency estimation. Monson Hayes in _Statistical Signal Processing and Modeling _ provides the following MATLAB algorithm for MUSIC: ``` function...
We strive for 100% test API coverage in cusignal, and we currently have no tests or benchmarks for the newly merged `ambgfun`.
cuSignal 0.13 [currently has bare-bones instructions](https://github.com/rapidsai/cusignal#conda---jetson-nano-tk1-tx2-xavier-linux-os) for getting cuSignal built and running using Anaconda on a Jetson Embedded GPU. Since the main cuSignal developers are primarily working on PCIe versions...
SoapSDR is a vendor agnostic software defined radio library used for direct control of the radio. Since Soapy's use is widespread in the SDR community, cuSignal should have better integration...
I've been experimenting with using `tfdlpack` to connect libraries using `__cuda_array_interface__` to TensorFlow with `tfdlpack` and reach a segmentation fault when invoking `to_dlpack` with a TF tensor. See below for...