Skip to content

Commit

Permalink
interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee committed Jan 23, 2025
1 parent f00fd55 commit b15f1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/filt_stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ function test_interpolation(h::AbstractVector{T}, x::AbstractVector{V}, interpol
x2 = x[pivotPoint+1:end]

@printfifinteractive( """\n\n
_ _ _ ___ ____ ____ ___ _ ____ ____ ___ _ ____ _ _
| |\\ | | |___ |__/ |__] | | | |__| | | | | |\\ |
| | \\| | |___ | \\ | |___ |__| | | | | |__| | \\|\n\n""" )
_ _ _ ___ ____ ____ ___ ____ _ ____ ___ _ ____ _ _
| |\\ | | |___ |__/ |__] | | | |__| | | | | |\\ |
| | \\| | |___ | \\ | |__| |__ | | | | |__| | \\|\n\n""")
@printfifinteractive( "Testing interpolation, h::%s, x::%s. xLen = %d, hLen = %d, interpolation = %d\n", typeof(h), typeof(x), xLen, hLen, interpolation )

@printfifinteractive( "\n\tNaive interpolation with filt\n\t\t")
Expand Down

0 comments on commit b15f1e4

Please sign in to comment.