ShrinkProfileNTimes


Reduces the length of a profile N-times by averaging each N consecutive elements.

Syntax

C++
C#
Python
 
def ShrinkProfileNTimes(
	inProfile: Profile,
	outProfile: Profile,
	/,
	*,
	inN: int = 2
)
-> None

Parameters

Name Type Range Default Description
Input value inProfile Profile Input profile
Input value inN int 1 - 2 The scaling coefficient
Output value outProfile Profile Output profile