Is it possible to plot an additionally rectangle into a Bode plot ?
4 次查看(过去 30 天)
显示 更早的评论
I am working with digital filters and want to highlight the area in which the signal is attenuated. I am using the bodeplot() function and tried to plot a the area with the patch() function, because i want the rectangle to be transparent, but it seems like it won't work that way. If you know how I could solve that problem I would really appreciate it!
Best regards
0 个评论
采纳的回答
Star Strider
2017-8-2
The plot produced by the bode function will not allow any alterations.
The solution is to use the bode function with three outputs (magnitude, phase, and frequency), then plot the amplitude and phase in your own subplot call. You can then do anything with the plot you can do with any other subplot.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!