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 
 
 
 - See also - 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()   

 



