Is it possible to download matlab code to a micro controller.. i have sm wavelet analysis in matlab .. can i work this code in a micro controller.. which microcontroller will support this function... how to download to microcontroller....
Before doing so , if have to know the file type that is supported by microcontroller. Microcontroller need intel hex file. So you have to first compile the Matlab code [I dont know which compiler can do it] and then load this HEX to microcontroller. For signal processing there is DSP microcontroller. You cabn use them.