Forums Search for: Matlab
Communication problem with Matlab 2008b and CCS v3.1
Hi, my name is Mattes Simeon and I am trying to connect Matlab 2008b with the TMS320C6416 DSK kit. The CCS 3.1 works fine but there is a...
Hi, my name is Mattes Simeon and I am trying to connect Matlab 2008b with the TMS320C6416 DSK kit. The CCS 3.1 works fine but there is a problem with Matlab. The procedure I follow to test it, is according to Target Support Pachage TC5, User's Guide of Matlab the following 1.I type c6416dskafxr in matlab command window. This opens an demo Reverberation Algorithm for 6416 2.Simulation Con...
Re: linking matlab code to dsk6713 kit
You can´t link matlab functions to the code composer studio, but you can use simulink blocks from the "Target Support Package for use with TI...
You can´t link matlab functions to the code composer studio, but you can use simulink blocks from the "Target Support Package for use with TI C6000". You can read the matlab help, there are some demos that will help you a lot. Just open matlab product help in the help toolbar and search for targeting c6000 DSP hardware. hi, > im doing my project on celp coder im having matlab code for thi
CCS and MatLab in real-time
Hi, I am using 6711 DSK in my work, and I used both CCS and MatLab to display signals in real-time. I know that the CCS faster than MatLab in...
Hi, I am using 6711 DSK in my work, and I used both CCS and MatLab to display signals in real-time. I know that the CCS faster than MatLab in processing but I would like to know what is the different in time processing to get final result MatLab or CCS? Where MatLab is used just to display signal and use ready functions like FFT algorithm or time frequency representation to make the ana
sending the matlab code to DSK6711
hi, I have a small problem in sending matlab code over to DSK 6711. WE hae coded the LPC-12 in matlab for...
hi, I have a small problem in sending matlab code over to DSK 6711. WE hae coded the LPC-12 in matlab for speech compression and it is working fine over the matlab. Now we intended to run the code over DSK6711 and we are unable to send the code
C6711 and MATLAB Link..
I am working on C6711 and we have MATLAB 7.1 at our end. Can anybody tell me whether the Link between CCS and MATLAB can be established and rather...
I am working on C6711 and we have MATLAB 7.1 at our end. Can anybody tell me whether the Link between CCS and MATLAB can be established and rather if i have my MATLAB code with me then can it be dowloaded and performance analysed using DSP. I'll be very thankful if any certain guidance in implementation if i can get in this regard if any of us has worked/working on both of these. T...
linking matlab code to dsk6713 kit
hi, im doing my project on celp coder im having matlab code for this both encoder and decoder.im new to ccstudio and dsk6713 how i can link...
hi, im doing my project on celp coder im having matlab code for this both encoder and decoder.im new to ccstudio and dsk6713 how i can link matlab code (matlab functions) to dsk6713 kit . plz help me plz.....plz.. thnks in advance _____________________________________
RTDX with Matlab 2009b and CCS V4.2
Dear friends, I was trying to use the follow matlab code to open the RTDX channel, but it failed. %%DM37XX RTDX PC side Matlab code h =...
Dear friends, I was trying to use the follow matlab code to open the RTDX channel, but it failed. %%DM37XX RTDX PC side Matlab code h = actxserver('RTDX'); % Open rtdx read channel status = invoke(h,'Open','ochan','R'); % Find how many messages available in read buffer % RTDX seems to keep read values in the buffer, so % need to read just the latest one [status,nummsgs] = invoke(h,'...
Re: How to download matlab code on c6713dsk
I´ve been working with matlab and a c6x DSP, and all the codes that I could succesfully burn to the DSP where make with simulinks blocks, I think...
I´ve been working with matlab and a c6x DSP, and all the codes that I could succesfully burn to the DSP where make with simulinks blocks, I think you need to make all the operations of your m-files using blocks. Hi all, > > I have several functions written in matlab code in m-files and I want > to convert them to simulink so that I can burn it on the dsp. > > I don't know whether to convert
Designing a Noise canceler using C6000
Dear all, I want to implement a noise canceler to remove artifacts from ECG signal using TI DSP. Please suggest me which DSP is more suitable...
Dear all, I want to implement a noise canceler to remove artifacts from ECG signal using TI DSP. Please suggest me which DSP is more suitable for this application. I heard that using MATLAB real time workshop, we can directly give MATLAB code to DSP with out converting to C. Please elaborate this. In our MATLAB simulations the ECG data is loaded using load command, in DSP implementation ...
Read RTDX Channel: Timed out waiting for CCS to confirm completion.
Hi, I\'m reading the book of Rulph Chassaing, Digital Signal Processing and Applications with the C6713 and C6416 DSK. I have C6416 DSK,...
Hi, I\'m reading the book of Rulph Chassaing, Digital Signal Processing and Applications with the C6713 and C6416 DSK. I have C6416 DSK, CCS 3.1, Matlab 2007a and I have a little problem with the communication of matlab and DSK. The program is this of Example 9.4 page 311. It seems that Matlab can not read from DSK since the command outdata = readmsg(cc.rtdx,\'ochan\',\'int16\'); p...
How to download matlab code on c6713dsk
Hi all, I have several functions written in matlab code in m-files and I want to convert them to simulink so that I can burn it on the...
Hi all, I have several functions written in matlab code in m-files and I want to convert them to simulink so that I can burn it on the dsp. I don't know whether to convert them to S-function or matlab embedded function. I need some help or any advice on what will be the suitable convert. Thanks in advance. Regards, Omnia
connection between c6713 and matlab simulink
Hi all, my graduate project is Speech Recognition one. i need to connect my DSK c6713 with matlab simulink. i use matlab 2007b and CCS...
Hi all, my graduate project is Speech Recognition one. i need to connect my DSK c6713 with matlab simulink. i use matlab 2007b and CCS 3.1 there is always an error. and seems like something messing i don't know what?although we follow the steps in MathWork site. by searching we found that's we need ( a daughtercard for the DSK ) witch have serial ports. is that true? prntscr for...
rtdx using Matlab 7.1
hellow freinds, I m using matlab ver 7.1 and CCS v_3.1 but when i write command: ccsdsp matlab gives this error:"Attempt to execute SCRIPT...
hellow freinds, I m using matlab ver 7.1 and CCS v_3.1 but when i write command: ccsdsp matlab gives this error:"Attempt to execute SCRIPT rtdx as a function." and in warning :"This version of the Link for Code Composer Studio(tm) has not been tested with your version of Code Composer Studio(tm) IDE. Refer to the Link for Code Composer S...
RE:Interface of Matlab & DSK6713
Hello, > > I want to dump my matlab program direcly to the DSP processor DSK6713 using CCS3.1. > I have matlab2006a version.can u...
Hello, > > I want to dump my matlab program direcly to the DSP processor DSK6713 using CCS3.1. > I have matlab2006a version.can u tell me whats the procedure > > Thanks > Veeru > > --------------------------------- > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. > Is there any place to download this matlab 2006a??? Thank you.
Interface of DSK and Matlab
Hi, I am having a problem.I want to interface the DSK to Matlab for online operation (like generating rand number from matlab and...
Hi, I am having a problem.I want to interface the DSK to Matlab for online operation (like generating rand number from matlab and giving it to DSK for system identification like problems) by using RTDX. But i am not able to understand from where to start. if anybody have information please share with me. Thanks, Sagar Check Out Industry's First Single-Chip, Mult...
matlab interface with ccs problem
hello everybody, i am new to this group so first of all i would like to say hello to everybody i had to do a project in which i wanted...
hello everybody, i am new to this group so first of all i would like to say hello to everybody i had to do a project in which i wanted to send a large matrix(image file) to 6713 for which i wanted to use matlab i used the program in Dr Rulph Chassaing's book example 9.6 - MATLAB DSK interface for FIR implementation to test the communication
Using DSP kit with MATLAB
Hi all i m supathi. I m doing my final yr. project in BE. I m trying to do speaker recognition system. I have to use DSP kit TMS3206x for it....
Hi all i m supathi. I m doing my final yr. project in BE. I m trying to do speaker recognition system. I have to use DSP kit TMS3206x for it. Now the problem is that for using the DSP kit i have to write my code in CCS but i want to write my code in MATLAB and simulate it. Is there any way i can do it please help me out on this. i need to use MATLAb only. please. thanks
giving data from the TMS320C6414 to matlab as input
Can any one please guide me how to input data to a MATLAB file, the data supposed to come from the processor acquiring real time data, I...
Can any one please guide me how to input data to a MATLAB file, the data supposed to come from the processor acquiring real time data, I think i need to pass it from code composer to MATLAB via JTAG. but i am not knowing the exact procedure. Thanks in advance
RTDX configuration
Hi all, I am trying using RTDX on DSK6713 with MATLAB. I am not able to change the RTDX buffer size (host buffer size ) through MATLAB....
Hi all, I am trying using RTDX on DSK6713 with MATLAB. I am not able to change the RTDX buffer size (host buffer size ) through MATLAB. whatever buffer size i give in MATLAB , the host buffer size remains to 1024 with 4 buffers. Can anyone suggest some remedy? thanks in adavnce
hlp me plzz
Hello , I have buy from Texas Instruments TMSDSK6713 For my senior project ( voice activated car ) I finished this steps : 1-Cllecting voice...
Hello , I have buy from Texas Instruments TMSDSK6713 For my senior project ( voice activated car ) I finished this steps : 1-Cllecting voice data using the `wavrecord' command in MATLAB 2-Offline training and testing using neural networks & MATLAB 3-Online testing using neural networks & MATLAB 4-Getting the weights of the network with good recognition performance Then the important step ...






