Skip to content
Snippets Groups Projects
Commit 000b92f6 authored by FROGE Ewen's avatar FROGE Ewen
Browse files

Update file ExScriptInnovation.py

parent 09d17f67
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@ fid.close()
data=np.reshape(signal,(-1,N))
Nbibpow=16 # total number of point
Nbibpow=16 # total number of point in which we search analogs
Bib=np.reshape(data,-1)
Bib=Bib[0:2**Nbibpow]
Bib=(Bib-np.mean(Bib))/np.std(Bib)
real=100 #Arbitrary chosen realisation
real=100 #Arbitrary chosen realisation on which to predict
velocity=(data[real,:]-np.mean(data[real,:]))/np.std(data[real,:])
p=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment