Skip to content

Commit eb22eb7

Browse files
author
elwaagaa
committed
Clean 50 Hz ripple
1 parent fe8fc88 commit eb22eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tune_ripple/000_test_FFT_analysis_of_sps_quadrupolar_current_signal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# Signal parameters
1616
I_dc = 70.0 # DC current (A)
1717
I_50hz = 0.001 # 50 Hz component amplitude (A) - at the threshold
18-
I_100hz = 0.0005 # 100 Hz harmonic (A)
19-
I_150hz = 0.0003 # 150 Hz harmonic (A)
18+
I_100hz = 0.0 #0.0005 # 100 Hz harmonic (A)
19+
I_150hz = 0.0#0.0003 # 150 Hz harmonic (A)
2020

2121
# Add some broadband noise to simulate other fluctuations
22-
noise_level = 0.003 # A (RMS)
22+
noise_level = 0.0#0.003 # A (RMS)
2323

2424
# Create synthetic DCCT signal
2525
current = (I_dc +

0 commit comments

Comments
 (0)