Started code for DSP final project

This commit is contained in:
Aidan Sharpe
2024-04-25 18:38:09 -04:00
parent 824a46b1fd
commit 50a5e57e18
96 changed files with 2160495 additions and 28 deletions

View File

@@ -0,0 +1,3 @@
function power= pow_of( data, start_point, end_point, divisor)
power= sum( data( start_point: end_point).^ 2)/ divisor;