Skip to main content

Discrete Convolution and Correlation

Being the first experiment on this subject, this was a somewhat new kind of practical session as compared to other subjects. Programming concepts specific to C, like array handling in functions, pointers, I/O operations were reintroduced after several months' gap since the last C program I had written.
Because of this, the 2 hours allotted for the experiment proved to be insufficient and we ended up using the example codes to complete our journal observations.

Comments


  1. Convolution is widely used in any of the DSP applications.

    ReplyDelete

  2. Your codes are really well formatted and easy to understand

    ReplyDelete
  3. Implementing Convolutoion and Correlation in C is a cumbersome task. Great work! I have implemented these programs in MatLab where its much easier.

    ReplyDelete

  4. These convolution techniques are used mathematically while in actual applications, fast circular convolution using FFT is used

    ReplyDelete
  5. Aliasing effect is an interesting phenomenon.

    ReplyDelete

Post a Comment