Skip to main content

Application of DSP

In this experiment we used our DSP codes to solve a real world problem statement
We created a DSP stand alone system with the TMS320F28335
We made a QPSK transmitter and receiver system using a ddsp.BPSK is Binary Phase Shift Keying. the input to the reciever is binary data. this data was entered through a computer. the dsp then uses this data to create a sine wave at the output. the phase of the sine wave is changed according to the bit that is to be transmitted. the on board dac ic was used to generate this sine wave output. the ouput of the transmitter is given to the input of the reciever.



The receiver used the onchip adc to sample the bpsk input sine wave. this sampled data was used to decode the the bpsk signal and to retrive the information in bit format. this information can now be viewd on the computer screen by the user whenever he desires.

Comments

Popular posts from this blog

ADC-DAC

In this experiment we used ADC-DAC of the DSP processor (TMS320). It has two 8 bit ADCs and one external 12 bit DAC. We generated different types of waves like sine wave, sawtooth wave and triangle wave. We did this by mapping the given bits to the function thus getting the requiered values. We also used a 10k pot to see the changing voltage. There are two 8 bit ADCs to sample two inputs at once. Thus we can create and sample any waveform we want using the ADC-DAC hardware

LED binary counter with flash Programming

In this experiment we get a to implement flash programming to implement a LED counter on the DSP board of TI, we understood the basics of flash programming and proper use of JTAG. In the given experiment, we utilized the on board LEDs to show the binary counting action happening, from 0-15 in binary. Once the flash programming was done, even after the power was removed and external power source was used, the DSP board still contained and ran the same code, hence we saw that if we want the same code to run on the Board, without interruptions then Flash programming is our go-to choice.

Simulator

In this experiment we did carried out different phase shift keying techniques and line coding technique. But first we saw harmonic generation where we see different harmonics of wave and their interactions with each other. We performed these experiments on CCS simulator generated the the values and plotted the values on QTplotter. BPSK, DPSK and QPSK are the types of phase shift keying we saw in these experiments. We realized the pros and cons of each of the techniques. Secondly we saw line coding techniques like Manchester coding, Duo-binary encoding, Modified Duo-binary and Duo-binary with a precoder. Here too we realized how each coding technique affects inter-symbol interference.