From 2b01495ea0cb5386796fa2f4d515f169613f8f98 Mon Sep 17 00:00:00 2001 From: tyler Date: Mon, 17 Aug 2026 23:45:47 -0700 Subject: [PATCH] Update Understanding Parameters --- Understanding-Parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Understanding-Parameters.md b/Understanding-Parameters.md index 4829358..2beb6cd 100644 --- a/Understanding-Parameters.md +++ b/Understanding-Parameters.md @@ -111,8 +111,8 @@ Calculates the mean absolute deviation of the participant. This quality metric i Note: If MAD is set to False, MAD_THRESHOLD will be ignored. -## Power Spectral Density Noise -Calculates how much noise is present in the power spectral density. This quality metric checks for higher frequency noises that should not be present at a certain frequency threshold which is likely indicative of electronic noise. If the channel does not remain under the threshold value after the target frequency, then the channel will be marked as a bad channel. +## Sensor Dropout +Calculates how much noise is present when viewing the power spectral density of the data. This quality metric checks for higher frequency noises that should not be present at a certain frequency threshold which is likely indicative of electronic noise. If the channel does not remain under the threshold value after the target frequency, then the channel will be marked as a bad channel. **Parameters:** - PSD_NOISE (bool, default=True): True if PSD Noise should be calculated, False if PSD Noise should not be calculated.