Feeds
提问
3D Box Plotting
I'm trying to plot a few boxes in 3D, my axes are time, frequency, and power. So far I have this: freqs = 50:10:5...
14 years 前 | 2 个回答 | 1
2
个回答提问
Butterworth Notch Filters
I'm designing a simple 60 Hz butterworth notch filter like this [b a] = butter(n, [59 61]./(fs/2), 'stop'); When I use f...
14 years 前 | 1 个回答 | 0
1
个回答提问
3D Plotting with Vectors and Meshgrid
I want to create a 3D plot for something that is very similar to the example in meshgrid (below) [X,Y] = meshgrid(-2:.2:2, -2...
14 years 前 | 1 个回答 | 0
