Adam Thompson

Results 7 issues of Adam Thompson

Need to add correctness checks for newly merged FEA PR: https://github.com/rapidsai/cusignal/pull/459

1 - On Deck
feature request
inactive-30d
inactive-90d

Matching cucim pip packaging. Requiring cupy to be installed prior to pip installing cusignal.

improvement
non-breaking
Python
inactive-30d
inactive-90d

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...

2 - In Progress
feature request
inactive-30d
inactive-90d

We strive for 100% test API coverage in cusignal, and we currently have no tests or benchmarks for the newly merged `ambgfun`.

1 - On Deck
feature request
inactive-30d
inactive-90d

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...

feature request
inactive-30d
inactive-90d

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...

1 - On Deck
feature request
inactive-30d
inactive-90d

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...