NESC Academy Unit 27 SRS Synthesis 1. Wavelets 2. Damped Sinusoids 1 NESC Academy Wavelet Synthesis Goal: Synthesis acceleration time history that can be used for a shaker test or for a numerical simulation Shaker Shock NESC Academy • A shock test may be performed on a shaker if the shaker’s frequency and amplitude capabilities are sufficient • A time history must be synthesized to meet the SRS specification • Typically damped sines or wavelets • The net velocity and net displacement must be zero 3 Wavelets & Damped Sines NESC Academy ♦ A series of wavelets can be synthesized to satisfy an SRS specification for shaker shock ♦ Wavelets have zero net displacement and zero net velocity ♦ Damped sines require compensation pulse ♦ Assume control computer accepts ASCII text time history file for shock test in following examples 4 Wavelet Equation NESC Academy Wm (t) = acceleration at time t for wavelet m Am = acceleration amplitude f m = frequency t dm = delay Nm = number of half-sines, odd integer > 3 5 Typical Wavelet NESC Academy W AVELET 1 F R E Q = 7 4 .6 H z N U M B E R O F H A L F -S IN E S = 9 D E L A Y = 0 .0 1 2 S E C 50 40 5 30 3 7 A C C E L (G ) 20 10 1 9 0 -1 0 2 -2 0 -3 0 8 4 6 -4 0 -5 0 0 0 .0 1 2 0 .0 2 0 .0 4 0 .0 6 0 .0 8 T IM E (S E C ) 6 SRS Specification NESC Academy MIL-STD-810E, Method 516.4, Crash Hazard for Ground Equipment SRS Q=10 Natural Frequency (Hz) Peak Accel (G) 10 9.4 80 75 2000 75 Synthesize a series of wavelets as a base input time history. Goals: 1. Satisfy the SRS specification. 2. Minimize the displacement, velocity and acceleration of the base input. >> srs_spec=[ 10 9.4 ; 80 75 ; 2000 75 ] 7 NESC Academy 8 Synthesis Steps NESC Academy Step Description 1 Generate a random amplitude, delay, and half-sine number for each wavelet. Constrain the half-sine number to be odd. These parameters form a wavelet table. 2 Synthesize an acceleration time history from the wavelet table. 3 Calculate the shock response spectrum of the synthesis. 4 Compare the shock response spectrum of the synthesis to the specification. Form a scale factor for each frequency. 5 Scale the wavelet amplitudes. 9 Synthesis Steps (cont.) Step NESC Academy Description 6 Generate a revised acceleration time history. 7 Repeat steps 3 through 6 until the SRS error is minimized or an iteration limit is reached. 8 Calculate the final shock response spectrum error. Also calculate the peak acceleration values. Integrate the signal to obtain velocity, and then again to obtain displacement. Calculate the peak velocity and displacement values. 9 Repeat steps 1 through 8 many times. 10 Choose the waveform which gives the lowest combination of SRS error, acceleration, velocity and displacement. 10 Wavelet, Synthesized Acceleration NESC Academy Optimum case = 57 Peak Accel = Peak Velox = Peak Disp = Max Error = 19.2 G 32.9 in/sec 0.67 inch 1.56 dB 11 Wavelet, Synthesized Velocity NESC Academy 12 Wavelet, Synthesized Displacement NESC Academy 13 Wavelet, Synthesized Acceleration SRS NESC Academy 14 SDOF Modal Transient NESC Academy Assume a circuit board with fn = 400 Hz, Q=10 Apply the reconstructed acceleration time history as a base input. Use arbit.m 15 NESC Academy 16 SDOF Response to Wavelet Series NESC Academy Acceleration Response (G) max= 76.23 min= -73.94 RMS= 12.54 crest factor= 6.08 Relative Displacement (in) max=0.004498 min=-0.004643 RMS=0.000764 Use acceleration time history for shaker test or analysis 17 NESC Academy Damped Sine Synthesis Goal: Synthesis acceleration time history to simulate a pyrotechnic shock for a numerical analysis 18 Damped Sinusoids NESC Academy Synthesize a series of damped sinusoids to satisfy the SRS. Individual damped-sinusoid Series of damped-sinusoids 19 NESC Academy Typical Damped Sinusoid DAMPED SINUSOID fn = 1600 Hz Damping Ratio = 0.038 15 10 ACCEL (G) 5 0 -5 -10 -15 0 0.01 0.02 0.03 0.04 0.05 TIME (SEC) 20 Specification NESC Academy SRS Q=10 Natural Frequency (Hz) Peak Accel (G) 100 100 2000 2000 10,000 2000 • Specification is undefined < 100 Hz • But component may have a low natural frequency • So extrapolated slope to, say, 20 Hz for this example • New starting coordinate (20 Hz, 20 G) >> srs_spec=[20 20; 2000 2000; 10000 2000] 21 NESC Academy 22 Synthesis Steps Step 1 NESC Academy Description Generate random values for the following for each damped sinusoid: amplitude, damping ratio and delay. The natural frequencies are taken in one-twelfth octave steps. 2 Synthesize an acceleration time history from the randomly generated parameters. 3 Calculate the shock response spectrum of the synthesis 4 Compare the shock response spectrum of the synthesis to the specification. Form a scale factor for each frequency. 5 Scale the amplitudes of the damped sine components 23 Synthesis Steps (cont.) Step NESC Academy Description 6 Generate a revised acceleration time history 7 Repeat steps 3 through 6 as the inner loop until the SRS error diverges 8 Repeat steps 1 through 7 as the outer loop until an iteration limit is reached 9 Choose the waveform which meets the specified SRS with the least error 10 Perform wavelet reconstruction of the acceleration time history so that velocity and displacement will each have net values of zero 24 Synthesized Acceleration NESC Academy 25 Synthesized Velocity NESC Academy 26 Synthesized Displacement NESC Academy 27 Synthesized Shock Response Spectrum NESC Academy 28 SDOF Modal Transient NESC Academy Assume a circuit board with fn = 600 Hz, Q=10 Apply the reconstructed acceleration time history as a base input. 29 SDOF Response Acceleration NESC Academy Absolute peak is 640 G. Specification is 600 G at 600 Hz. 30 SDOF Response Acceleration NESC Academy Absolute peak is 640 G. Specification is 600 G at 600 Hz. 31 SDOF Response Relative Displacement NESC Academy Absolute Peak is 0.017 inch 32 Peak Amplitudes NESC Academy Absolute peak acceleration is 640 G. Absolute peak relative displacement is 0.017 inch. For SRS calculations for an SDOF system . . . . Acceleration / ωn2 ≈ Relative Displacement [ 640G ][ 386 in/sec^2/G] / [ 2 (600 Hz) ]^2 = 0.017 inch 33