aspcore.pseq.verify_pseq
- aspcore.pseq.verify_pseq(pseq, plot=False, samples_to_show=300)
Used to verify that a sequence is a perfect sequence
- Parameters:
pseq (ndarray of shape (1, pseq_len)) – the perfect sequence to be verified
plot (bool) – choose true to plot the sequence and its autocorrelation
samples_to_show (int) – number of samples to show in the zoomed in plot
- Returns:
info – contains information about the sequence
- Return type:
dict