We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611b29f commit c06e7caCopy full SHA for c06e7ca
tests/Filters/Filter_FFT.cpp
@@ -2,7 +2,7 @@
2
* *
3
* ngscopeclient *
4
5
-* Copyright (c) 2012-2024 Andrew D. Zonenberg and contributors *
+* Copyright (c) 2012-2026 Andrew D. Zonenberg and contributors *
6
* All rights reserved. *
7
8
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the *
@@ -74,7 +74,7 @@ TEST_CASE("Filter_FFT")
74
vk::raii::CommandBuffer cmdbuf(std::move(vk::raii::CommandBuffers(*g_vkComputeDevice, bufinfo).front()));
75
76
//Create an empty input waveform
77
- const size_t depth = 100000;
+ const size_t depth = 131072;
78
UniformAnalogWaveform ua;
79
ua.m_timescale = 10000; //100 Gsps
80
ua.m_triggerPhase = 0;
0 commit comments