100% norm2 of a vector

#include<stdio.h>
#include<math.h>
void main()
{
   int a[3]={1,2,-1};
   int i,total=0;  //total is used to store inner product
   for(i=0;i<3;i++)
   {
    total=total+a[i]*a[i];
   }
   printf("\n norm2 is: %f",sqrt(total));
   printf("\n energy if the given signal = norm2 square=%f",total); 

}

తెరమీద 

norm2 is: 2.44
energy if the given signal = norm2 square=6.0000


కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)