Yes that is correct, MIDAS Ultrasound v3.0 provides a system level implementation example of color doppler processing along with B-mode Processing and Scan Conversion. Spectral doppler is not part of this system implementation example. The DPU algorithm…
Other Parts Discussed in Thread: DM3730 , TMS320DM8148 , MIDAS , OMAP3530 , S2MEDDUS
Hi,
We have an ultrasound application where we are using the 6678 as our DSP engine. We want to pass the images to the DM3730 so they can be displayed. We are looking…
I agree with Rahul about starting with the latest version available, currently v3.0. In addition to what Rahul mentioned, in v3.0 onwards, the a cquisition and display frame rates are decoupled to mimic a real ultrasound system use-case, where data is…
Hi Roelof
As Randy mentioned, the NDK and OpenMP Image Processing examples are setup differently and you will get different results for the possible reasons he has listed. As I mentioned earlier, I would suggest that you start with a clean slate and…
Jerry
I have attached a pdf below. Go to the section, " How to change Tetris and Core PLL speed " and check.
4401.MCSDK UG Chapter Exploring - Texas Instruments Wiki.pdf
Regards
Shankari G
Dear Customer,
Sorry for the late response.
Few years ago, I personally mounted the UBIFS on K2H board by following the guide given here. Go to section "Using_UBIFS_file_system"
6320.MCSDK UG Chapter Exploring - Texas Instruments Wiki.pdf
And…
Hi Dariush,
Sorry for the late reply. Thanks for your patience.
Yes, it is necessary to connect to ARM core- "Texas Instruments XDS2xx USB Emulator_0/CortexA15_1 core".
Using the flash procedure written in the attached document MCSDK UG Chapter…
If compiling the BPU test with -DC_MODEL, the file testbpu.c attempts to include:
#include "bpu/test/src/mem.h"
however this file is missing, as is the implementation file mem.c in that same directory. The DPU module *does* contain its memory manager…