2022-03-23 10:02:22 +01:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-09-13 11:41:42 +02:00
|
|
|
@include "hook-nodes.conf"
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "signal_node"
|
|
|
|
out = "file_node"
|
|
|
|
|
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "pmu_dft",
|
|
|
|
|
|
|
|
signals = (
|
|
|
|
"sine"
|
|
|
|
)
|
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Sample rate of the input signal
|
|
|
|
sample_rate = 1000,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Number of phasors calculated per second
|
|
|
|
dft_rate = 10,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Lowest frequency bin
|
|
|
|
start_frequency = 49.7,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Highest frequency bin
|
|
|
|
end_frequency = 50.3,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Frequency bin resolution
|
|
|
|
frequency_resolution = 0.1,
|
|
|
|
|
|
|
|
# A factor with which the window will be increased
|
|
|
|
window_size_factor = 1,
|
|
|
|
|
|
|
|
# One of: flattop, hamming, hann
|
|
|
|
window_type = "hamming",
|
|
|
|
|
|
|
|
# One of: signal_repeat, zero
|
|
|
|
padding_type = "zero",
|
|
|
|
|
|
|
|
# One of: quadratic
|
|
|
|
frequency_estimate_type = "quadratic",
|
|
|
|
|
|
|
|
# Signal index of the PPS signal
|
|
|
|
pps_index = 0,
|
|
|
|
|
|
|
|
# One of: rad, degree
|
|
|
|
angle_unit = "rad"
|
2024-02-29 21:36:38 +01:00
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
2021-09-13 11:41:42 +02:00
|
|
|
)
|