Started code for DSP final project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function power= pow_of( data, start_point, end_point, divisor)
|
||||
|
||||
power= sum( data( start_point: end_point).^ 2)/ divisor;
|
||||
Reference in New Issue
Block a user