Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize RohdeSchwarzOscilloscope::AcquireData() #471

Open
azonenberg opened this issue May 9, 2021 · 0 comments
Open

Optimize RohdeSchwarzOscilloscope::AcquireData() #471

azonenberg opened this issue May 9, 2021 · 0 comments
Labels
driver Hardware drivers
Milestone

Comments

@azonenberg
Copy link
Collaborator

  1. Set dense pack flag on output waveforms (right now they're dense packed but not flagged as such, so optimized filtering/rendering isn't used)

  2. We should use (if supported) an AVX implementation for setting cap->m_offsets and cap->m_durations

  3. Pointwise copying can be eliminated by resizing the capture first, then ReadRawData()'ing the fp32 samples directly into cap->m_samples

@azonenberg azonenberg added the driver Hardware drivers label May 9, 2021
@azonenberg azonenberg added this to the v0.2 milestone May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver Hardware drivers
Projects
None yet
Development

No branches or pull requests

1 participant