Hi,
I'm trying to use ADIsimADC as the source of data for a research in my university. Using the VisualAnalog interface everything is fine, but seeing as I need data from many frequencies and amplitudes, I am trying to use the backend ADIsimADC engine in matlab, as described here: http://www.analog.com/Analog_Root/static/techSupport/designTools/ADC_Models/license/matlab_license.html?adc=Example_Matlab.zip . However, I get stuck at step one - simply running the example fails with the following error:
Undefined function 'mxadimodel' for input arguments of type 'char'. Error in Example_ADIsimADC (line 22) key = mxadimodel(ADC_FileName);
now, mxadimodel.dll is in my working dir, and also in the matlab dll dir in program files. Matlab forums tell me I need to use loadlibrary(), but it requres a .h file and a compiler. Also, this isn't in the example or readme file. Anyone succeeded at all at using ADIsimADC in matlab recently? If so - how did you do it?
Thanks
Greg
Tel-Aviv University