Table of Contents

Class TimeForceFrequencyDomain

Namespace
Hi.MillingForces.Fittings
Assembly
HiMech.dll

Represents force data in the frequency domain after Fourier transformation.

public class TimeForceFrequencyDomain
Inheritance
TimeForceFrequencyDomain
Inherited Members
Extension Methods

Properties

AmpXs

Gets or sets the amplitude values for each frequency component.

public double[] AmpXs { get; set; }

Property Value

double[]

PhaseXs

Gets or sets the phase values for each frequency component.

public double[] PhaseXs { get; set; }

Property Value

double[]

SamplingTimeInterval_s

Gets or sets the sampling time interval in seconds.

public double SamplingTimeInterval_s { get; set; }

Property Value

double

SamplingTime_s

Gets or sets the total sampling time in seconds.

public double SamplingTime_s { get; set; }

Property Value

double