Allen Welkie

Results 5 issues of Allen Welkie

Not a block per se, but we should make a function to return an FIR Root-Raised Cosine filter, for MPSK modulation.

block-request

Make an FSK modulation block. This can use the existing FreqMod block. Parameters should be the modulation index, the ratio of symbol rate to sample rate, and the total number...

block-request

I'm seeing an issue where if I transmit a signal of length less than or equal to 4 MTU, then the signal isn't actually transmitted. If I transmit a signal...

It looks like this happens when there is a generic struct in one module and a non-generic struct in another module, and you want to generate bindings for that non-generic...

I see that the CSI is coming from the buffer sent by the hardware in a location that's just past the `struct ar9003_rxs` portion. https://github.com/xieyaxiongfly/Atheros-CSI-Tool/blob/21890d2c5b1e6e10f6885127847933aca577b89f/drivers/net/wireless/ath/ath9k/ar9003_mac.c#L609 How did you know the...