Skip to content
Snippets Groups Projects
Commit 71019240 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Comment print.

parent 7a1fd24d
No related branches found
No related tags found
1 merge request!419Resolve RTSD-265
......@@ -702,7 +702,7 @@ def non_maximal_downsample_bpf(x, Ndown, k, Ndft, coefs, verbosity=1):
# samples
Nzeros = Ndown - 1
xBlocks, Nx, Nblocks = polyphase_data_for_downsampling_whole_x(x, Ndown, Nzeros)
print(xBlocks[:, 0])
# print(xBlocks[:, 0])
# Prepare output
yc = np.zeros(Nblocks, dtype='cfloat')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment