Designing time-invariant multi-path filter #310
pfeatherstone
started this conversation in
Ideas
Replies: 1 comment
-
Intuitively, I don't think this should work as a multi-path filter doesn't have "bands". Ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at different ways of designing multi-path filters for simulating an environment. Currently i'm using Jake's model to model a frequency selective fading channel. This works pretty well and is super configurable. (a base implementation is provided in GNURadio)
I'm also looking at more "dumb" methods for generating multi-path filters. I was thinking of generating an arbitrary frequency response, then using Parks-McClellan to give me the filter coefficients.
So algorithm would be:
Does this seem sensible?
Beta Was this translation helpful? Give feedback.
All reactions