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 at…
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…
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 build…
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…