In this experiment , Convolution and Correlation algorithms were emulated on the DSP Processor TMS320F28335.
For a Linear Time Invariant system,Convolution is basically smearing the input signal with another signal to get the output. Convolution algorithms are used in image processing for smoothing of an image. Correlation is used to measure the extent of similarity between two signals. The value of correlation coefficient indicates the degree of similarity.
informative
ReplyDeleteThanks.
DeleteThe 'MPY' and 'MAC' assembly instructions in DSPs are commonly used for performing convolution as they facilitate parallel operation.
ReplyDeleteYes, TI documents on TMS320 Processors can be used as reference.
DeleteYes, many of these advanced assembly instructions are executed in a single instruction cycle since the processor has a dedicated hardware.
Deletecorrelation is used to find degree of similarity between two signals
ReplyDeleteExactly and this has wide applications for real time speech processing.
Deletedetailed concept
ReplyDeletewell explained
ReplyDeleteThankyou.
DeleteThese concepts are mostly employed in real-time applications!
ReplyDeleteExactly.
DeleteConvolution can be used to implement filters on TMS
ReplyDeleteYes.
Delete