spkit.RFB_example_1

spkit.RFB_example_1(period=10, SNR=0, seed=10)

Example 1 for Ramanujan Filter Bank

Parameters:
period: int, default =10
SNR: scaler, signal to noise ratio
  • larger the value, higher the noise

seed: int,
  • random seed to reproduce

Examples

>>> import numpy as np
>>> import matplotlib.pyplot as plt
>>> import spkit as sp
>>> sp.RFB_example_1(period=10,SNR=0,seed=10)
>>> plt.show()
../../_images/spkit-RFB_example_1-1.png

Examples using spkit.RFB_example_1

Release Highlights for spkit 0.0.9.6

Release Highlights for spkit 0.0.9.6