Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~295 People Reached
Favorite Forums
Favorite Tags
c x 8
Member Avatar for sushanttambare

Hi all, Please can u tell me what are the method involved in algorithm transforms? since I am working on DSP algorithms and i want to reduce the complexity which are written in c language so please help me to understand what exactly is the algorithm transform means? please give …

Member Avatar for sushanttambare
0
80
Member Avatar for sushanttambare

hi all, can anyone tell me that how can I change the functions in written for 16 bit processor in c language for 32 bit processor?

Member Avatar for Ancient Dragon
0
101
Member Avatar for sushanttambare

Hi all, I want to know the optimization code for following c source code: int i=0; i=p*q<<12; if(i>20) i=15; so here i should range from 0 to 15 but if i goes beyond 20 then it should remain as 15. Here I have hint as to use bitwise operator to …

Member Avatar for Infarction
0
113