ngscopeclient 0.1-dev+51fbda87c
TestWaveformSource Member List

This is the complete list of members for TestWaveformSource, including all inherited members.

DegradeSerialData(UniformAnalogWaveform *cap, int64_t sampleperiod, size_t depth, bool lpf, float noise_stdev, vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue)TestWaveformSource
Generate8b10b(vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue, float amplitude, float period, int64_t sampleperiod, size_t depth, bool lpf=true, float noise_stdev=0.01, std::function< void(float)> downloadCallback=nullptr)TestWaveformSource
GenerateNoisySinewave(float amplitude, float startphase, float period, int64_t sampleperiod, size_t depth, float noise_stdev=0.01, std::function< void(float)> downloadCallback=nullptr)TestWaveformSource
GenerateNoisySinewaveSum(float amplitude, float startphase1, float startphase2, float period1, float period2, int64_t sampleperiod, size_t depth, float noise_stdev=0.01, std::function< void(float)> downloadCallback=nullptr)TestWaveformSource
GeneratePRBS31(vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue, float amplitude, float period, int64_t sampleperiod, size_t depth, bool lpf=true, float noise_stdev=0.01, std::function< void(float)> downloadCallback=nullptr)TestWaveformSource
GenerateStep(float vlo, float vhi, int64_t sampleperiod, size_t depth)TestWaveformSource
InterpolateSparameters(float bin_hz, size_t nouts)TestWaveformSourceprotected
m_cachedBinSizeTestWaveformSourceprotected
m_cachedNumPointsTestWaveformSourceprotected
m_cachedRawSizeTestWaveformSourceprotected
m_channelEmulationComputePipelineTestWaveformSourceprotected
m_forwardInBufTestWaveformSourceprotected
m_forwardOutBufTestWaveformSourceprotected
m_rectangularComputePipelineTestWaveformSourceprotected
m_resampledSparamCosinesTestWaveformSourceprotected
m_resampledSparamSinesTestWaveformSourceprotected
m_reverseOutBufTestWaveformSourceprotected
m_rngTestWaveformSourceprotected
m_sparamsTestWaveformSourceprotected
m_vkForwardPlanTestWaveformSourceprotected
m_vkReversePlanTestWaveformSourceprotected
operator=(const TestWaveformSource &)=delete (defined in TestWaveformSource)TestWaveformSource
TestWaveformSource(std::minstd_rand &rng) (defined in TestWaveformSource)TestWaveformSource
TestWaveformSource(const TestWaveformSource &)=delete (defined in TestWaveformSource)TestWaveformSource
~TestWaveformSource() (defined in TestWaveformSource)TestWaveformSourcevirtual