I notice looking at the documentation that the scope and AFG supports record lengths of up 16k points. Is there anyway this can be increased (I don't remember this number being quoted throughout the development period) and up to 125k points would be very useful for our applications.
Is Redpitaya 16k sample size a hard limit?
1.2k Views Asked by user3379273 At
1
There are 1 best solutions below
Related Questions in REDPITAYA
- NTPClient not working even after Redpitaya OS Rebuild
- How to solve "TypeError: unsupported format string passed to OSError.__format__"?
- Continuous trigger using Red Pitaya & SCPI
- Encountering Multiple Makefile Errors when Building RedPitaya Ecosystem and FPGA Image
- Red Pitaya freezes after changing ADC clock to external
- How to send consecutive data from Matlab socket client to C socket server?
- How to interface Red Pitaya FPGA with server code using Vivado
- Writing to a peripheral in Vivado and then outputting to a LED
- I am confused and stuck when trying to connect to a channel using JSch or Socket?
- Where to find Red Pitaya developer manual
- RedPitaya case or housing options?
- Is Redpitaya 16k sample size a hard limit?
- Can't connect to wifi with recommended Edimax EW7811U
- Red Pitaya normal operating temperature
- How do I access the data from rp_remote_acquire?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
16k samples is not a hard limit. Scope & AWG applications use 16k x 16-bit buffers per channel, resulting in 128kB, which accounts only for half of the total Zynq 7010 BRAM memory. There is also a possibility to use a partition of external 512MB DDR3 RAM memory for signal buffering purpose, shared with Linux OS, or simply to allocate the BRAM memory to a single channel+function combination in case your application does not use all 4 of them.