Tool/software: Code Composer Studio
Hi,
I really want to know if there is any straight way to move my DSP projects from MATLAB workspace to CCS workspace? (Please give my response with considering both fixed point and floating point TI DSPs.)
I know that the main procedure is to write the MATLAB program and save the results as .txt file and import it in C based program, using "fopen" and "fscanf" and "fprintf" "fclose" commands in C and MATLAB. The .txt file might be for example a FIR filter coefficient.