We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c649 commit c5491d4Copy full SHA for c5491d4
main.py
@@ -75,7 +75,7 @@ def setup_plot(self, cell=1, signal_name='Raw Signal', image_name='2D Image'):
75
76
# cell value must be odd number
77
# subplot 22(1,2)
78
- rp.setup_plot(cell=1, signal_name='First Signal', image_name='2D image for first signal')
+ rp.setup_plot(cell=1, signal_name='First Signal', image_name='2D image for first signal')
79
80
raw_signal = np.random.uniform(-1, 1, 50)
81
convolved_signal = calculate_convolve(raw_signal)
0 commit comments