To apply low pass, high pass, and band pass filters to a plot in MATLAB, the 'fdatool' command is recommended. This graphical user interface (GUI) tool allows users to create filters by selecting specific parameters, which can then be used to generate an M-File for implementation. Utilizing 'fdatool' simplifies the process of designing and applying various filters to data visualizations in MATLAB.
#1
g2g
1
0
i need to apply a low pass and high pass filter, as well as a band pass filter, to a plot I've made using MATLAB does anyone know how i can do this?
As you can see from the image here, when I graph the 2d graph of y = 5sin(1/x), it comes out like I'd expect. However, when I graph it in a 3d graph, it doesn't look right at all. Can someone tell me why it isn't displaying right, or is it and I'm just missing something when I add the z axis?