Skip to content

Commit c96272c

Browse files
authored
Update README.md
1 parent 7409124 commit c96272c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Filtering Flow
4545
In the realtime script, a combination of sine waves can be created from the function provided. In the case of the example provided, a combination of a 1 and 50 Hz sine waves are provided.
4646

4747
For filtering sample by sample:
48-
48+
````
4949
y = np.zeros(SAMPLES)
5050
for i in range(SAMPLES):
5151
y[i] = myFilter.filter(mysignal[i])
52-
52+
````
5353

5454
And you obtain something like this:
5555

0 commit comments

Comments
 (0)