spkit.RFB_example_2¶
- spkit.RFB_example_2(periods=[3, 7, 11], signal_length=100, SNR=10, seed=15)¶
- Example 2 for Ramanujan Filter Bank - Parameters:
- periods: list of int, default [3,7,11]
- list of periods to generate signal 
 
- signal_length: int, default 100
- length of signal 
 
- SNR: scaler, signal to noise ratio
- larger the value, higher the noise 
 
- seed: int,
- random seed to reproduce 
 
 
 - See also - Examples - >>> import numpy as np >>> import matplotlib.pyplot as plt >>> import spkit as sp >>> sp.RFB_example_2() >>> plt.show()   

 



