DSPRelated.com

warning: typedef name has already been declared (with same type)

Started by krishna_h_aries in TMS320c6x15 years ago 1 reply

Hi everyone.. my name is Krishna.. from ITB (Indonesia..) I make ANC, and confuse bout the warning of my program... //FXLMS control #include...

Hi everyone.. my name is Krishna.. from ITB (Indonesia..) I make ANC, and confuse bout the warning of my program... //FXLMS control #include #include #include #include "DSK6713_AIC23.h" //codec-DSK support file #include "second.h" //float S[128] #include "FXLMS_ctrlcfg.h" Uint32 fs=DSK6713_AIC23_FREQ_8KHZ; //set sampling rate #define


Getting the AIC23 to work on the TMS320C6455EVM

Started by ckle...@tuks.co.za in TMS320c6x16 years ago

I still haven't resolved my problem with the AIC23 on the TMS320C6455EVM. After viewing the different options available, I tried to use the Data...

I still haven't resolved my problem with the AIC23 on the TMS320C6455EVM. After viewing the different options available, I tried to use the Data Converter Support by selecting "Codec, Serial interface -> 18-24 bit -> TLV320AIC23: 96kHz, Audio, Stereo -> Aic23_4" and then setting the AIC23 mode to USB and selecting 48/48 kHz sampling rates and insured that the Line Input is activated. In the DSP


Re: Realtime filtering

Started by Jeff Brower in TMS320c6x16 years ago 4 replies

Ramaraju- > According to system requirement, DSP has to acquire sampled data around 5 seconds @ > 51KHz sampling fervency. > To implement...

Ramaraju- > According to system requirement, DSP has to acquire sampled data around 5 seconds @ > 51KHz sampling fervency. > To implement real time filter, we configured 2 ping-pong buffers. While McBSP fills > one buffer, another buffer can be used for processing (which was already filled). > There will be considerable time gap between two fills, which is sufficient to > execute filter algo


downsampling in c6713

Started by waji...@hotmail.com in TMS320c6x17 years ago 2 replies

HI EVEYONE.I am trying to implement iir filter on c6713.MY Signal has a bandwidth of 150hz.The minimum sampling rate of c6713 is 8khz.I need to...

HI EVEYONE.I am trying to implement iir filter on c6713.MY Signal has a bandwidth of 150hz.The minimum sampling rate of c6713 is 8khz.I need to sample at 1khz.This means i have to downsample it. My code is interrupt based.What i want to ask is whether i will downsample before or after filtering.Any sample code regarding downsampling would be of great help. Any response in this regard would be o...


playing audio out of dsk6711 through ad535

Started by suni...@tataelxsi.co.in in TMS320c6x19 years ago 3 replies

Hi everybody, I have a simple question. I am using the DSK6711 which has an AD535 on board. The AD535 has the sampling frequency limited...

Hi everybody, I have a simple question. I am using the DSK6711 which has an AD535 on board. The AD535 has the sampling frequency limited to 8 Khz. Does this also mean that i will be unable to play out audio through the ad535 at a higher frequency, or is it just that the input analog signal will be sampled only at 8 Khz? Thanks and regards -Sunil


ADC card selection for C6713

Started by murs...@yahoo.com in TMS320c6x18 years ago

Hi all I want to receive 70 MHz PM+BPSK modulated signal. Video bandwidth:138 kHz Modulation index for PM: 1.2 radian Subcarrier...

Hi all I want to receive 70 MHz PM+BPSK modulated signal. Video bandwidth:138 kHz Modulation index for PM: 1.2 radian Subcarrier frequency of BPSK:65536 Hz. I have been using Matlab /Simulink and TMS320C6713 DSK. 1. I need suitable ADC daughtercard for C6713 DSK. 2. What is the sampling rate according to this spec.s? How can I calculate? I want to proof my calculation method. ...


Re: Re: ISR Overrun

Started by Jeff Brower in TMS320c6x15 years ago 2 replies

Kamran- > i am using a very simple simulink model to generate code for > CCS. Configuration consist of a sin wave of 1 Khz > frequency...

Kamran- > i am using a very simple simulink model to generate code for > CCS. Configuration consist of a sin wave of 1 Khz > frequency directly connected with DAC with sampling frequency > 32 Khz. The program is successfully downloaded to > TMS320C6713 kit and there are no errors in building of program > but upon execution it gives a message in the stdout > window (window tab is presen


ADC clocked with External Motor Encoder

Started by tfountaine1 in TMS320c6x18 years ago 3 replies

I have seen many examples of connecting an ADC to the McBSP port where the sampling rate is controlled by a clock generated by the DSP chip. ...

I have seen many examples of connecting an ADC to the McBSP port where the sampling rate is controlled by a clock generated by the DSP chip. I have an application where the clock will come from an encoder connected to the shaft of a motor. I am trying to figure out if there is an efficient way to do this with the DSP architecture. I don't think it can be done using the McBSP. The s...


BPSK TRANCEIVER ON 6713DSK

Started by ananthula madhusudhanreddy in TMS320c6x16 years ago

hi EVERYBODY As a part of my project i wanted to transmit encoded speech data though one board as a transmitter to other board. i used 32k...

hi EVERYBODY As a part of my project i wanted to transmit encoded speech data though one board as a transmitter to other board. i used 32k sampling frequency at the transmitter. at the receiver side i uysed pll for phase lock and synchrouns bits for frame synchronization.andgiven output to speakers iam hearing the speech with noise for some duration and some time only noise. i tried in all...


timer1 based ISR max rate ?

Started by cman...@emona.com.au in TMS320c6x16 years ago 5 replies

Hello, Im planning a 6713DSK based design and am thinking of using timer1 to create a periodic ISR to handle continuous sampling an of ADC.(Im...

Hello, Im planning a 6713DSK based design and am thinking of using timer1 to create a periodic ISR to handle continuous sampling an of ADC.(Im still very new with this DSK, and so havent tried it out myself) Assuming I keep the ISR short (ie: read the ADC, toggle a GPIO, output to a DAC, some housekeeping), can someone give me a rough estimate of how fast I can expect to be able to sample ? ...


Help for FFT point on C6713 platform

Started by suman_urfeeling in TMS320c6x15 years ago 1 reply

Dear All I am using c6713 dsk with CCS software. it's sampling frequency minimum 8KHz , max 99KHz & 256 FFT point. I want to process real signal...

Dear All I am using c6713 dsk with CCS software. it's sampling frequency minimum 8KHz , max 99KHz & 256 FFT point. I want to process real signal 0.5Hz to 10 Hz. Is it possible to process or do FFT for this frequency band ? If not, how can i do it ... Your kind help will be highly appreciated. Regards Gopal Sarkar, Kolkata _____________________________________


Re: AIC23 CODEC sample rates

Started by Jeff Brower in TMS320c6x18 years ago

Rajeshwar- This is a good question for the C6x group, so I have posted for you. -Jeff > I apologize for contacting you directly. > > I...

Rajeshwar- This is a good question for the C6x group, so I have posted for you. -Jeff > I apologize for contacting you directly. > > I request you to answer my following question and I will be obliged to > receive an answer. > > DSK6713 Comes with the AIC23 Codec. The data sheet of this codec gives > the possible sampling rates as 8,8.021,32,44.117,48,88.235,96 kHz. M


anybody implemented bpsk tranceiver on 6713

Started by ananthula madhusudhanreddy in TMS320c6x16 years ago 3 replies

hi friends As a part of my project i wanted to transmit encoded speech data though one board as a transmitter to other board. i used 32k...

hi friends As a part of my project i wanted to transmit encoded speech data though one board as a transmitter to other board. i used 32k sampling frequency at the transmitter. at the receiver side i uysed pll for phase lock and synchrouns bits for frame synchronization.andgiven output to speakers iam hearing the speech with noise for some duration and some time only noise. i tried in all th...


sampling rate for C6713

Started by murs...@yahoo.com in TMS320c6x18 years ago 1 reply

I have a few questions about C6713 DSK. Is it possible to integrate a daughtercard including ADC working around 300 ksps to C6713. If yes,...

I have a few questions about C6713 DSK. Is it possible to integrate a daughtercard including ADC working around 300 ksps to C6713. If yes, would you like to suggest this type of products? I am using Matlab/Simulink to obtain CCS projects. Is there any products having simulink adc/dac blocks. I want to design FM demodulator+BPSK demodulator. My IF frequency is 70 Mhz, video bandwith 138kHz...


final stage is the first stage

Started by dors...@yahoo.com in TMS320c6x17 years ago

hi i made be tired some dear friends such as "jeff" because my question is a few information about my question!! this very unknown i use...

hi i made be tired some dear friends such as "jeff" because my question is a few information about my question!! this very unknown i use figure 2 (http://ee.iust.ac.ir/81412497/dspc6x_interface.htm) and my a2d sampling rate is 15 Mbps and 12 bit sample i am in pcb design with Altium 2004 DXP my question is in pcb design which special notes must be done (in addition typical notes : ...


reg data transfer to c6713DSK

Started by tech...@yahoo.com in TMS320c6x17 years ago

Hi I am currently working on a project in which the input signal is an eeg signal.the processor that i use is TMS320C6713DSK.(the signal...

Hi I am currently working on a project in which the input signal is an eeg signal.the processor that i use is TMS320C6713DSK.(the signal has been stored in an excel sheet format) the eeg data has a bit rate of 256samples/sec,but the processor sampling rate is 4KHz.hence i am unable to pass the data into it. I heard that the i/p data need to be oversampled,but i don't know how to do i...


DAC settings on DM642

Started by mayank agarwal in TMS320c6x19 years ago

1. How do we change the DAC settings on the DM642 board ? The method we tried out to change the Sampling rate from 48 KHz to 8 KHz on the...

1. How do we change the DAC settings on the DM642 board ? The method we tried out to change the Sampling rate from 48 KHz to 8 KHz on the TLV320AIC23 chip is as follows: a. We changed the following line in the file "..\ti\ddk\include\aic23.h" from #define AIC23_REG8_DEFAULT AIC23_REG8_48KHZ to #define AIC2


Aic configuration

Started by Guillem Hernandez Sola in TMS320c6x17 years ago

I need to config DSk6713 with this settings 1) 8 Khz sampling rate and 3.6 Khz antialiasing filter 2) Enable high pass filter 3) Set...

I need to config DSk6713 with this settings 1) 8 Khz sampling rate and 3.6 Khz antialiasing filter 2) Enable high pass filter 3) Set synchronous transmit and receive 4) Enable sinx/x D/A correction filter 5) Set aic for +/- 1,5 V Input My question is: There is any configuration file or something that could do this in only one step? Regards, -- ~# Guillem Hernandez Sola ~# http://ww...


6713: low sample stream sent to higher rate DAC?

Started by robert in TMS320c6x19 years ago

Howdy, I'm using the audio daughter card on the 6713 DSK, which is sampling stereo 48 kHz. I believe this rate is fixed, via...

Howdy, I'm using the audio daughter card on the 6713 DSK, which is sampling stereo 48 kHz. I believe this rate is fixed, via the jumpers on the board. I want to sample the data, but then decimate it to a lower rate, and send it back out to the daughter card. Howe


DM642 video ports

Started by "H.264encoderondm642" in TMS320c6x17 years ago

I have not used dm642 before. But want to know about its video ports. Few Q's are below. Can someone help me in them... Can it be used for...

I have not used dm642 before. But want to know about its video ports. Few Q's are below. Can someone help me in them... Can it be used for video signal i\p as well o\p? i think it is for dual purpose! What is signal i\p and o\p format(RGB\YCbCr sampling rate etc)? Can we set desired frame size and frame rate? Is this operation of i\p and o\p can be through 2 ports on same dsk in parall...