SignalAnalysis.jl
SignalAnalysis.jl copied to clipboard
Think through plotfreqresp()
- [ ]
freqresp()has been renamed toplotfreqresp()asDSP.jljust introduced afreqrespfunction that conflicts. Should we keep this name or is there a better alternative? - [ ] We should default to about 30 dB dynamic range for the magnitude plot.
- [ ] We currently pass options to both phase and magnitude subplots. While this makes sense for some options (e.g. colors, line types, x-limits), it doesn't make sense for others (e.g. y-limits). How should we fix this?
- [ ] Should we allow just phase or just magnitude plot?