Sunday, 12 March 2017

Convolution and Correlation

The very first experiment performed was based in Convolution and Correlation. Convolution gives the output system in accordance with the input whereas correlation gives the similarity between 2 input signals. The developed code was first verified using Linux GCC Compiler. Once the program was built, it was burnt on the board using Code Composer Studio v4. The output was seen using JTAG emulator interface.

19 comments:

  1. Replies
    1. There are other blogs as well. check them out.

      Delete
  2. Replies
    1. There are other blogs as well. check them out.

      Delete
  3. JTAG interface helps in real time debugging of the program and the variable values stored in the memory of the processor.That's indeed a biggest advantage of using the kit.

    ReplyDelete
    Replies
    1. Yes, also one can see the real-time data in the debug window on the PC itself!

      Delete
  4. They are used in most of the applications.

    ReplyDelete
    Replies
    1. Yes, they form the basis of DSP applications

      Delete
  5. Convolution is used to find out the output of the system

    ReplyDelete
    Replies
    1. Yes, and correlation shows the similarity of the signals

      Delete
  6. convolution of two causal signals is causal signal

    ReplyDelete
  7. Convolution can be used for image smoothening

    ReplyDelete
  8. Correlation is used to find similarity between two signals

    ReplyDelete
    Replies
    1. Yes, speech recognition is one of the various applications of the same.

      Delete
  9. Circular convolution are mostly used

    ReplyDelete
  10. GCC Compiler is a versatile compiler which is most popularly used in linux.

    ReplyDelete