Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BTree Pin
Ravi Bhavnani19-Mar-04 1:35
professionalRavi Bhavnani19-Mar-04 1:35 
GeneralDumb problem....call me a plonker! Pin
RichardGrimmer18-Mar-04 21:45
RichardGrimmer18-Mar-04 21:45 
GeneralRe: Dumb problem....call me a plonker! Pin
Prakash Nadar18-Mar-04 21:48
Prakash Nadar18-Mar-04 21:48 
GeneralRe: Dumb problem....call me a plonker! Pin
RichardGrimmer19-Mar-04 0:34
RichardGrimmer19-Mar-04 0:34 
GeneralRe: Dumb problem....call me a plonker! Pin
Prakash Nadar19-Mar-04 5:42
Prakash Nadar19-Mar-04 5:42 
GeneralRe: Dumb problem....call me a plonker! Pin
RichardGrimmer19-Mar-04 22:46
RichardGrimmer19-Mar-04 22:46 
GeneralRe: Dumb problem....call me a plonker! Pin
Steve S21-Mar-04 22:47
Steve S21-Mar-04 22:47 
GeneralCommunication between Matlab & Visual C Pin
Einly18-Mar-04 21:20
Einly18-Mar-04 21:20 
Dear all,

I am using Visual C to collect data sent through Cypress usb communication every second. I am using the some code like "DeviceIoControl(...,IOCTL_EZUSB_BULK_READ)"...
In my Visual C program, I include a file "ezusbsys.c" written by cypress to simplify my code. This is some of the code in "ezusbsys.c" file:

/* Ezusb_KdPrint (("enter Ezusb_CallUSBD\n"));

pdx = fdo->DeviceExtension;

// issue a synchronous request (see notes above)
KeInitializeEvent(&event, NotificationEvent, FALSE);

irp = IoBuildDeviceIoControlRequest(
IOCTL_INTERNAL_USB_SUBMIT_URB,
pdx->StackDeviceObject,
NULL,
0,
NULL,
0,
TRUE, /* INTERNAL */
&event,
&ioStatus);

// Prepare for calling the USB driver stack
nextStack = IoGetNextIrpStackLocation(irp);
ASSERT(nextStack != NULL);

// Set up the URB ptr to pass to the USB driver stack
nextStack->Parameters.Other
*/

After acquiring a set of data for 1 second, signal processing & classification takes place. Although I can use Visual C to do all these, it is much more easier to use Matlab to do the signal processing & classification. However, I found out that I could not call Windows API function straight from Matlab. May I know waht should I do?

Thanks a lot for reading & thanks 4 ur help



Yours truly,
Einly

Einly
GeneralRegarding PNF files Pin
JJeffrey18-Mar-04 20:34
JJeffrey18-Mar-04 20:34 
GeneralDatabase Question Pin
MrNiceBerG18-Mar-04 19:53
MrNiceBerG18-Mar-04 19:53 
GeneralRe: Database Question Pin
wb18-Mar-04 21:22
wb18-Mar-04 21:22 
GeneralRe: Database Question Pin
MrNiceBerG19-Mar-04 18:34
MrNiceBerG19-Mar-04 18:34 
GeneralOdd Owner Drawn Menu Behavior Pin
Anonymous18-Mar-04 15:17
Anonymous18-Mar-04 15:17 
GeneralDialog Help Pin
modeonetwo18-Mar-04 15:15
modeonetwo18-Mar-04 15:15 
GeneralRe: Dialog Help Pin
Prakash Nadar18-Mar-04 16:46
Prakash Nadar18-Mar-04 16:46 
GeneralRe: Dialog Help Pin
noder18-Mar-04 17:45
noder18-Mar-04 17:45 
GeneralRe: Dialog Help Pin
Prakash Nadar18-Mar-04 18:08
Prakash Nadar18-Mar-04 18:08 
GeneralRe: Dialog Help Pin
noder19-Mar-04 5:24
noder19-Mar-04 5:24 
GeneralRe: Dialog Help Pin
Michael P Butler18-Mar-04 21:46
Michael P Butler18-Mar-04 21:46 
GeneralRe: Dialog Help Pin
pavneet19-Mar-04 10:14
pavneet19-Mar-04 10:14 
GeneralVirtual Keystrokes Pin
Prince4218-Mar-04 13:46
sussPrince4218-Mar-04 13:46 
GeneralCounting files in a given location Pin
Ernesto D.18-Mar-04 12:52
Ernesto D.18-Mar-04 12:52 
GeneralRe: Counting files in a given location Pin
Ryan Binns18-Mar-04 13:04
Ryan Binns18-Mar-04 13:04 
GeneralRe: Counting files in a given location Pin
Anonymous18-Mar-04 19:05
Anonymous18-Mar-04 19:05 
Generalwierd error! Pin
Snyp18-Mar-04 12:47
Snyp18-Mar-04 12:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.