Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed Oct 6, 2021
1 parent 9c8cd75 commit f06d488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Artifacts can be _non-stationary_ and _non-sinusoidal_, but are required to be _
The following example creates a kernel for a _classical_ causal comb filte for
an artifcat with a period of 10Hz and sampled at 1000Hz:
```{python}
kernel = create_kernel(freq=10, fs:1000, width:1,
left_mode:str='uniform',
right_mode:str='none')
kernel = create_kernel(
freq=10, fs=1000, width=1, left_mode="uniform", right_mode="none"
)
```

or the superposition of moving averages (SMA) filter as discussed e.g. by [1],
Expand Down

0 comments on commit f06d488

Please sign in to comment.