Forums Search for: Matlab
Matlab Compatability with C6713DSK
inHello, I want to know how can we convert the code written in matlab into a one that is compatible with the dsp code?
Hello, I want to know how can we convert the code written in matlab into a one that is compatible with the dsp code?
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 tell me...
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.
programing
inhi 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??
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
Matlab - CCStudio Link Problem (CCSDSP)
My configuration: Matlab 2006a, CCStudio 3.1, DSK6416 TMSC320C6416T I tried to establish link between Matlab and CCStudio. The command...
My configuration: Matlab 2006a, CCStudio 3.1, DSK6416 TMSC320C6416T I tried to establish link between Matlab and CCStudio. The command ccsdsp started CCStudio Monitor, reset the board and then gave error: ??? Error using ==> ccs.ccsdsp.initializeCcsdsp> DetectConfigErrors CCSDSP:Error loading type library/DLL. I checked the origin of that error and found that: ccsdsp called initia
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
Design IIR filter on DSP
inhi all.. I usually design IIR filter on matlab then export coefficient to DSP. I know matlab is powerful tool for us, but I have to design on...
hi all.. I usually design IIR filter on matlab then export coefficient to DSP. I know matlab is powerful tool for us, but I have to design on DSP without matlab now. I need a dynamic coefficient of IIR in run-time. So does anyone have the C code of IIR design or give me some suggestions? Sorry, I'm bad at English. ^^" Thanks. rex
TMS320C6416 and NT Platforms
inhi, I'd like to get the TMS320C6416 DSK to use with MATLAB for image processing, but when I was navigating MATLAB help I came across this...
hi, I'd like to get the TMS320C6416 DSK to use with MATLAB for image processing, but when I was navigating MATLAB help I came across this sentence: "C6416 DSP Starter Kit. Does not work on Microsoft Windows NT platforms" what does it mean???? plase help me. regards...... _____________________________________
Integration of Matlab Tools for DSP Code
I am beginner in DSP field. is there anyone to help me use my TMS320C6713 kit with Matlab and generate code in c language? i did it. but i...
I am beginner in DSP field. is there anyone to help me use my TMS320C6713 kit with Matlab and generate code in c language? i did it. but i m getting some error i.e. "the == and != operator can only be used to compare values of same type." _____________________________________
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
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
(unknown)
Hi all! I'm interested is there on the web can be found CD ROM for the book "Real-Time Digital Signal Processing from MATLAB to C with the...
Hi all! I'm interested is there on the web can be found CD ROM for the book "Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSK" with MATLAB and c files. I was seeking but I couldn't find. The book is very good but for learning CD ROM is nesesery in my opinion. Best regards, Jovan
connection of matlab and DSK c6713
hi all.... I'm new about using DSK c6713.can anybody help me to connect DSK c6713 with matlab simulink so that i can simulate my final project...
hi all.... I'm new about using DSK c6713.can anybody help me to connect DSK c6713 with matlab simulink so that i can simulate my final project about smart antenna...I appreciate all of your guidance. thanks.... best regards, domi
how to open dat files in matlab
inHI to all! I recorded some datas (samples of audio signal) in CCS 1.05 in dat file and I want open it in Matlab 7.0 but I get something not...
HI to all! I recorded some datas (samples of audio signal) in CCS 1.05 in dat file and I want open it in Matlab 7.0 but I get something not understandable.How can I open it? THanks in advance! ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveyli...
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,'...
CD ROM for book
inHi all! I'm interested is there on the web can be found CD ROM for the book "Real-Time Digital Signal Processing from MATLAB to C with the...
Hi all! I'm interested is there on the web can be found CD ROM for the book "Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSK" with MATLAB and c files. I was seeking but I couldn't find. The book is very good but for learning CD ROM is nesesery in my opinion. Best regards, Jovan
Regarding Extra Memory usage
Hello, I am working on TMS6713.I want to build some dsp programs like system identification (using lms,rls,FLANN) in dsp processor. ...
Hello, I am working on TMS6713.I want to build some dsp programs like system identification (using lms,rls,FLANN) in dsp processor. I have written the same program in C which i have written in matlab .But to generate the random noise signal what i was doing is generating it from Matlab by statement rand(1,1000) and copying it to file and then using it as a header and calling th...
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
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 ---------...