Forums Search for: Matlab
Tutorial on How to implement a DSP edge detection in simulink with a TI C6711
hey Guys ! Does someone have the tutorial on how to make a dsp run in matlab simulink. I had designed an algorithm in matlab now, I would like...
hey Guys ! Does someone have the tutorial on how to make a dsp run in matlab simulink. I had designed an algorithm in matlab now, I would like to do a real time demo using DSP C6711 from TI. I have been looking for a tutorial since... but I have got anything Help is needed. do somebody can tel me how to do that or just send me the tutorial at n...@yahoo.fr pleassssssssssssssssssssssss...
CCs and MatLab
Hi all, Can I display the signals output using matlab after did the download of program in DSK6711 using CCS. Thanks
Hi all, Can I display the signals output using matlab after did the download of program in DSK6711 using CCS. Thanks
how to plot data
hi there ! i want to know ,how to plot data output ,using the data transferred from the external memory of DSK on the MATLAB.also want to know...
hi there ! i want to know ,how to plot data output ,using the data transferred from the external memory of DSK on the MATLAB.also want to know input and output data plot on MATLAB is there any technique exist ? --------------------------------- Get your own web address. Have a HUGE year through Yahoo! Small Business.
output graph
hi there ! i am working on speech processing while running the project code, i send the output through AIC23 codec to speakers it...
hi there ! i am working on speech processing while running the project code, i send the output through AIC23 codec to speakers it gives the output fine. but when i tried to see in the graph of CCS,the speech signal is not same like as in MATLAB.i have given the starting adress very correctly.but then why doesnt look like as in MATLAB.i have seen the output in time and FFT mode ---------...
Linking Matlab with CCS
I am using C6713 DSK and I am trying to link Matlab with Code Composer Studio. I have properly plugged in the DSK and the boardinfo command is...
I am using C6713 DSK and I am trying to link Matlab with Code Composer Studio. I have properly plugged in the DSK and the boardinfo command is also displaying the correct board information connected. While typing cc = ccsdsp I am recieveing a WARNING Your version of Link is supported by the Code Composer Studio... Can someone help. How do I know that the link is established and how to do...
A problem in code execution speed
Hi everyone, I am involved in a DSP project with MATLAB and CCS, and my enquiry is as follows: The above stated project has been...
Hi everyone, I am involved in a DSP project with MATLAB and CCS, and my enquiry is as follows: The above stated project has been implemented using Simulink (Embedded Target for the TI TMS320C6000 DSP Platform) in MATLAB 7.1 and CCS version 3.00 for downloading to the TMS320C6713 DSK. It seems that adding the General TCM Decoder block in my model (in Simulink library browser) will cau...
Speed problem
Hi, everyone, At the time being I am working on a DSP project with the advantageous MATLAB and Code Composer Studio (CCS) features, but a problem...
Hi, everyone, At the time being I am working on a DSP project with the advantageous MATLAB and Code Composer Studio (CCS) features, but a problem has arisen that will be mentioned as follows: A project that has been created by the Embedded Target for the TI TMS320C6000 DSP Platform (MATLAB 7.1) in CCS version 3.00 and then is loaded to the TMS320C6713 DSK. More over the above mentioned task ...
performance results from tms320c6713
hi all.... can i evaluate the result of the computation from tms320c6713 on matlab? Can tms320c6713 give matlab the results of its computation...
hi all.... can i evaluate the result of the computation from tms320c6713 on matlab? Can tms320c6713 give matlab the results of its computation via usb connection? I would be appreciate if anybody can help me with this.... thanks... best regards domi
Re: Digest Number 820
Have you tried to search for the board support package on the matlab web site? You might also take a look at the SMT6040 and...
Have you tried to search for the board support package on the matlab web site? You might also take a look at the SMT6040 and SMT6050 toolboxes for Simulink at http://www.sundance.com If matlab genrates a plane C code (as I on
help regarding targetting 6711using MATLAB
hi, i' ve just started working on targetting TMS320C6711 dsk using MATLAB 6.5 (simulink exactly)... i created the simulink model for full...
hi, i' ve just started working on targetting TMS320C6711 dsk using MATLAB 6.5 (simulink exactly)... i created the simulink model for full wave rectifier, filters....it was successful...but i am not able to do the simulink model for HALF WAVE RECTIFIER... could any one help me out.
simulink -> Code Composer Studio, embedded matlab function, audio processing
Hello everybody I plan to implement a noise suppression algorithm on C6711 DSK by translating/porting a simulink model into source code...
Hello everybody I plan to implement a noise suppression algorithm on C6711 DSK by translating/porting a simulink model into source code in Code Composer Studio. I have started out with a very simple model in Simulink (matlab v7), which you can see here: http://users.cybercity.d
converting matlab M-files to run in DSK 6711
I'm doing a project regarding phase vocoder technique. I already have the matlab m-files. is there any simple way to convert those...
I'm doing a project regarding phase vocoder technique. I already have the matlab m-files. is there any simple way to convert those m-files so that it can be run in DSK 6711? :)
problem with writinng/reading from memory
Hello, I'm trying to make an image encoder/decoder on a 6712 start kit. I am using code composer and matlab's link to code...
Hello, I'm trying to make an image encoder/decoder on a 6712 start kit. I am using code composer and matlab's link to code composer. From the matlab tutorial, the following script should work: cc = ccsdsp; cc.visible(1); write(cc,'50',1:250); mem = read(cc,0,
programing
hi is any one using the c6711dsk with the pcm3003 daughter card?? im trying to program it using the new matlab -simulink block...
hi is any one using the c6711dsk with the pcm3003 daughter card?? im trying to program it using the new matlab -simulink block set. and how do i access the two data?? if there is any other software that i can use, which will be much easier than matlab pls let me know??
Loading data to DSK-C6711 memory from Matlab- HELP
Hi All! One of the importent parts of my project (using the DSKC6711) is to load some large amount of data from Matlab...
Hi All! One of the importent parts of my project (using the DSKC6711) is to load some large amount of data from Matlab enviroment to the DSK memory (SDRAM). I'm talking about thousands of 'float' values which has to be loaded before the real-time operation of the algorit
RTDX COM object problem
Hi! I am using CCS 2.10 version for my aplication with 6711 dsk and pcm3003. I am trying to exchange data between RTDX and...
Hi! I am using CCS 2.10 version for my aplication with 6711 dsk and pcm3003. I am trying to exchange data between RTDX and Matlab by using COM object interface. The problem is in Matlab when we create COM object, it needs to specify the program ID " actxserver('prog
MATLAB and Code Composer problem....
I would like see the buffered data (which I made in CCS2.0) in MATLAB. Because I should do some postprocessing to verify that the...
I would like see the buffered data (which I made in CCS2.0) in MATLAB. Because I should do some postprocessing to verify that the data is correct. If there is any method to transfer or export the data to MATLB, Please tell me some ideas ^^;;;. However there is no
simulink model built on c6711 dsk
hi everybody, we are working on our graduation project and we use the c6711 dsk kit and the audio daughter card to use them as...
hi everybody, we are working on our graduation project and we use the c6711 dsk kit and the audio daughter card to use them as transmitter once and then use it as a reciever . we built our system with matlab simulink blocks using the new version of matlab 6.5 which contains a blochse
simulation anc with matlab
hi all I am in project anc (active noise control), Before I do to the real things (dsk, adc etc) I have to simulate in Matlab. Any one know...
hi all I am in project anc (active noise control), Before I do to the real things (dsk, adc etc) I have to simulate in Matlab. Any one know the source code for anc project? regard daniel
[Fwd: MELP over 6711]
Pranav- 1) Output as in file output (non real-time) or AD535 codec output (real-time) ? 2) I don't understand your method of...
Pranav- 1) Output as in file output (non real-time) or AD535 codec output (real-time) ? 2) I don't understand your method of addressing C code optimization. Are you thinking that MATLAB code will run on the C6711? Or just to use MATLAB to get some ideas on how bet






