Question
1. A stereo FM signal is assembled and disassembled by the signal processing flow shown below (image) with the spectrum indicated.

A. Form a Left signal by a set of equal amplitude, equally spaced tones of 5, 10, and 15 kHz. The tones have random phase and duration 0.1 seconds. Show 500 samples of the time response and the windowed and scaled spectrum of this signal.
B. Form a Right signal by a set of equal amplitude, equally spaced tones matching 0.5* the counting index your three initials in kHz (f j h => 0.5*(6 10 8) => (3 5 4) kHz). These tones also have random phase and duration 0.1 seconds. Show 500 samples of the time response and the windowed and scaled spectrum of this signal.
C. Assemble the composite stereo signal as indicated in the figure above. Set the amplitude of the 19-kHz pilot to half that of the signal tones and scale the composite signal for maximum amplitude of 1.0. Show 500 samples of the time response and the windowed and scaled spectrum of this signal.
D. Use the Remez algorithm to design a FIR filter meeting the specifications of the two low pass filters in the receiver. The in band ripple is be less than 0.1 dB and the out-of band attenuation is to be greater than 60 dB. Show the pole-zero diagram and the time response and the windowed and scaled spectrum of the filter.
E. Use the Remez algorithm to design a FIR filter meeting the specifications of the band pass filter in the receiver. Design this filter as a low pass and then heterodyne its response to 19 kHz. Assume the two-sided, 1 dB pass band bandwidth is 100 Hz and the filter must attenuate the adjacent spectral terms by 60 dB. Show the pole-zero diagram and the time response and the windowed and scaled spectrum of the band pass filter.
F. In order to demodulate the composite signal, the phase of the input and output of the 19 kHz tone processed by the band pass filter must be phase aligned within 3 degrees. This may require additional delay to accomplish this alignment or an appropriate phase shift in the 19 kHz heterodyne. Show the mechanism you employed to meet this requirement. Form plots of the input and output time responses to show that the filter meets this requirement. You can also demonstrate this by plotting the complex spectra of the input and output time series. Do this too.
G. Use the two filters designed in D and E above to demodulate the composite stereo signal. Show 500 samples of the time response and the windowed and sealed spectrum of the two demodulated signals.
H. Design the low pass filter as a recursive inverse Tchebyshev filter. Show the Show the pole-zero diagram and the time response and the windowed and scaled spectrum of the filter.
I. Design the band pass filter as a recursive inverse Tchebyshev filter. Show the Show the pole-zero diagram and the time response and the windowed and scaled spectrum of the band pass filter.
J. Form plots of the input and output time responses to show that the recursive band pass filter with appropriate additional delay meets the 19- kHz phase alignment requirement. You can also demonstrate this by plotting the complex spectra of the input and output time series. Do this too.
K. Use the two filters designed in H and I above to demodulate the composite stereo signal. Show 500 samples of the time response and the windowed and scaled spectrum of the two demodulated signals.
L. Compare and comment on the computational complexity of the two filters sets, (FIR and the HR).

2. Here we examine the effect of finite precision coefficients with the low—pass filter designed in 1.13 above.
A. Without coefficient sealing, quantize the filter coefficients to 12 bits [h_q=fioor(2"12*h)/(2"I2)]. Plot the quantization error (difference between input and output of the quantizer. Show the frequency response of the quantized and non-quantized coefficient set. Comment on the out-of-band side lobe levels.
B. With coefficient scaling to unity peak gain, quantize the filter coefficients to 12 bits [h_q=floor(2"12*h)/(2"12)]. Plot the quantization error (difference between input and output of the quantizer. Show the frequency response of the quantized and non-quantized coefficient set. Comment on the out-of-band side lobe levels.

3. Here we examine the use of windows in spectral analysis.
A. Form a sampled data signal composed of three real sinusoids with frequencies matching your 3 initials (A=1, B=2...) in kHz with sample rate 100 k. The sinusoids have random phase, amplitudes equal to 0.001, and duration of 100 mini-seconds. A sinusoid of amplitude 1.0 and of frequency 0.9*the lowest frequency is added to your initials frequency. Show 500 samples of the initial time series and of the summed time series. Can you see the low level signals in the summed time series?
B. Show the time response and zoomed to main lobe spectra for the window identified below. For ease of comparison, use same scale for all plots and scale all spectra to the main lobe peaks.
C. Show the windowed and scaled spectrum of your time series for series of length 1000 and of length 10000 for the following windows:
i) Rectangle
ii) Hann
iii) Hamming
iv) Kaiser (N, 6)
v) Kaiser(N,10)
Comment on the effect of the window length and window shape on you ability to resolve the spectral lines.
Solution Preview

These solutions may offer step-by-step problem-solving explanations or good writing examples that include modern styles of formatting and construction of bibliographies out of text citations and references.
Students may use these solutions for personal skill-building and practice.
Unethical use is strictly forbidden.

%% 1.

% A. Left signal
fs = 152000; % sampling frequency (seen from the image)
t = [0:1/fs:0.1];
f1 = 5000; f2 = 10000; f3 = 15000; % expressed in Hz
phaseL = mod(randn(1,1),2*pi);
L = sin(2*pi*f1*t + phaseL) + sin(2*pi*f2*t + phaseL) + sin(2*pi*f3*phaseL);
figure, plot(t(1:500), L(1:500))
LFFT = abs(fft(L)/length(L)); % spectrum
plot(LFFT)

% B. Right signal
t = [0:1/fs:0.1];
phaseR = mod(randn(1,1),2*pi);
R = sin(pi*f1*t + phaseR) + sin(pi*f2*t + phaseR) + sin(pi*f3*t + phaseR);
figure, plot(t(1:500), R(1:500))
This is only a preview of the solution.
Please use the purchase button to see the entire solution.
By purchasing this solution you'll be able to access the following files:
Solution.m
Purchase Solution
$75.00
Google Pay
Amazon
Paypal
Mastercard
Visacard
Discover
Amex
View Available Engineering Tutors 529 tutors matched
Ionut
(ionut)
Hi! MSc Applied Informatics & Computer Science Engineer. Practical experience in many CS & IT branches.Research work & homework
5/5 (5,654+ sessions)
2 hours avg response
Leo
(Leo)
Hi! I have been a professor in New York and taught in a math department and in an applied math department.
4.9/5 (5,652+ sessions)
2 hours avg response
Pranay
(math1983)
Ph.D. in mathematics and working as an Assistant Professor in University. I can provide help in mathematics, statistics and allied areas.
4.6/5 (5,512+ sessions)
1 hour avg response

Similar Homework Solutions

8.1.0PHP Version816msRequest Duration45MBMemory UsageGET college-homework-library/{category}/{subject}/{id}Route
    • Booting (537ms)time
    • Application (279ms)time
    • 1 x Booting (65.8%)
      537ms
      1 x Application (34.2%)
      279ms
      • Illuminate\Routing\Events\Routing (781μs)
      • Illuminate\Routing\Events\RouteMatched (433μs)
      • Illuminate\Foundation\Events\LocaleUpdated (8.88ms)
      • eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibrary (206μs)
      • eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibrary (141μs)
      • Illuminate\Database\Events\ConnectionEstablished (1.02ms)
      • Illuminate\Database\Events\StatementPrepared (11.06ms)
      • Illuminate\Database\Events\QueryExecuted (1.68ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (121μs)
      • eloquent.booting: App\Models\Subject (126μs)
      • eloquent.booted: App\Models\Subject (45μs)
      • Illuminate\Database\Events\StatementPrepared (2.04ms)
      • Illuminate\Database\Events\QueryExecuted (942μs)
      • eloquent.retrieved: App\Models\Subject (122μs)
      • eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibraryFile (118μs)
      • eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibraryFile (56μs)
      • Illuminate\Database\Events\StatementPrepared (684μs)
      • Illuminate\Database\Events\QueryExecuted (6.63ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (135μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (116μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (49μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (19μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (10μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (8μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (9μs)
      • eloquent.booting: App\Models\SubjectCat (1.19ms)
      • eloquent.booted: App\Models\SubjectCat (118μs)
      • Illuminate\Database\Events\StatementPrepared (1.33ms)
      • Illuminate\Database\Events\QueryExecuted (1.19ms)
      • eloquent.retrieved: App\Models\SubjectCat (106μs)
      • Illuminate\Cache\Events\CacheHit (34.44ms)
      • Illuminate\Cache\Events\CacheMissed (529μs)
      • Illuminate\Database\Events\StatementPrepared (1.25ms)
      • Illuminate\Database\Events\QueryExecuted (10.99ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (124μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (26μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (13μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (13μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (11μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (11μs)
      • Illuminate\Database\Events\StatementPrepared (1.1ms)
      • Illuminate\Database\Events\QueryExecuted (1.21ms)
      • eloquent.retrieved: App\Models\Subject (120μs)
      • Illuminate\Cache\Events\KeyWritten (1.17ms)
      • Illuminate\Database\Events\StatementPrepared (5.37ms)
      • Illuminate\Database\Events\QueryExecuted (1.29ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (74μs)
      • Illuminate\Database\Events\StatementPrepared (1.16ms)
      • Illuminate\Database\Events\QueryExecuted (1.29ms)
      • Illuminate\Database\Events\StatementPrepared (861μs)
      • Illuminate\Database\Events\QueryExecuted (1.96ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (51μs)
      • Illuminate\Cache\Events\CacheHit (491μs)
      • creating: homework.show (267μs)
      • composing: homework.show (280μs)
      • creating: components.breadcrumbs (311μs)
      • composing: components.breadcrumbs (134μs)
      • Illuminate\Database\Events\StatementPrepared (2.38ms)
      • Illuminate\Database\Events\QueryExecuted (1.05ms)
      • eloquent.retrieved: App\Models\SubjectCat (510μs)
      • Illuminate\Cache\Events\CacheHit (10.34ms)
      • Illuminate\Cache\Events\CacheHit (265μs)
      • Illuminate\Cache\Events\CacheHit (385μs)
      • Illuminate\Cache\Events\CacheHit (252μs)
      • Illuminate\Cache\Events\CacheHit (311μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (335μs)
      • Illuminate\Cache\Events\CacheHit (180μs)
      • Illuminate\Cache\Events\CacheHit (267μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (320μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (311μs)
      • Illuminate\Cache\Events\CacheHit (245μs)
      • Illuminate\Cache\Events\CacheHit (581μs)
      • Illuminate\Cache\Events\CacheHit (297μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (251μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (200μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (184μs)
      • Illuminate\Cache\Events\CacheHit (152μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (344μs)
      • Illuminate\Cache\Events\CacheHit (232μs)
      • Illuminate\Cache\Events\CacheHit (1.5ms)
      • Illuminate\Cache\Events\CacheHit (232μs)
      • Illuminate\Cache\Events\CacheHit (439μs)
      • Illuminate\Cache\Events\CacheHit (4.79ms)
      • Illuminate\Cache\Events\CacheHit (184μs)
      • Illuminate\Cache\Events\CacheHit (290μs)
      • Illuminate\Cache\Events\CacheHit (365μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (162μs)
      • Illuminate\Cache\Events\CacheHit (196μs)
      • Illuminate\Cache\Events\CacheHit (242μs)
      • Illuminate\Cache\Events\CacheHit (267μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (266μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (196μs)
      • Illuminate\Cache\Events\CacheHit (233μs)
      • Illuminate\Cache\Events\CacheHit (524μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (5.12ms)
      • Illuminate\Cache\Events\CacheHit (435μs)
      • Illuminate\Cache\Events\CacheHit (310μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (328μs)
      • Illuminate\Cache\Events\CacheHit (212μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (230μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (365μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (259μs)
      • Illuminate\Cache\Events\CacheHit (336μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (472μs)
      • Illuminate\Cache\Events\CacheHit (1.54ms)
      • Illuminate\Cache\Events\CacheHit (11.5ms)
      • Illuminate\Cache\Events\CacheHit (228μs)
      • Illuminate\Cache\Events\CacheHit (282μs)
      • Illuminate\Cache\Events\CacheHit (203μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (270μs)
      • Illuminate\Cache\Events\CacheHit (251μs)
      • Illuminate\Cache\Events\CacheHit (361μs)
      • Illuminate\Cache\Events\CacheHit (180μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (297μs)
      • Illuminate\Cache\Events\CacheHit (272μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (185μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (233μs)
      • Illuminate\Cache\Events\CacheHit (204μs)
      • Illuminate\Cache\Events\CacheHit (185μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (455μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (288μs)
      • Illuminate\Cache\Events\CacheHit (343μs)
      • Illuminate\Cache\Events\CacheHit (364μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (967μs)
      • Illuminate\Cache\Events\CacheHit (181μs)
      • Illuminate\Cache\Events\CacheHit (252μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (184μs)
      • Illuminate\Cache\Events\CacheHit (173μs)
      • Illuminate\Cache\Events\CacheHit (276μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (236μs)
      • Illuminate\Cache\Events\CacheHit (221μs)
      • Illuminate\Cache\Events\CacheHit (422μs)
      • Illuminate\Cache\Events\CacheHit (253μs)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (185μs)
      • Illuminate\Cache\Events\CacheHit (160μs)
      • Illuminate\Cache\Events\CacheHit (200μs)
      • Illuminate\Cache\Events\CacheHit (1.32ms)
      • Illuminate\Cache\Events\CacheHit (258μs)
      • Illuminate\Cache\Events\CacheHit (307μs)
      • Illuminate\Cache\Events\CacheHit (10.36ms)
      • Illuminate\Cache\Events\CacheHit (227μs)
      • Illuminate\Cache\Events\CacheHit (278μs)
      • Illuminate\Cache\Events\CacheHit (221μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (413μs)
      • Illuminate\Cache\Events\CacheHit (239μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (202μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (184μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (224μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (213μs)
      • Illuminate\Cache\Events\CacheHit (256μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (149μs)
      • Illuminate\Cache\Events\CacheHit (337μs)
      • Illuminate\Cache\Events\CacheHit (327μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (173μs)
      • Illuminate\Cache\Events\CacheHit (264μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (181μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (4.29ms)
      • Illuminate\Cache\Events\CacheHit (244μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (253μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (273μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (287μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (211μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (1.99ms)
      • Illuminate\Cache\Events\CacheHit (227μs)
      • Illuminate\Cache\Events\CacheHit (220μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (326μs)
      • Illuminate\Cache\Events\CacheHit (388μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (160μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (205μs)
      • Illuminate\Cache\Events\CacheHit (158μs)
      • Illuminate\Cache\Events\CacheHit (185μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (200μs)
      • Illuminate\Cache\Events\CacheHit (8.28ms)
      • Illuminate\Cache\Events\CacheHit (287μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (162μs)
      • Illuminate\Cache\Events\CacheHit (340μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (155μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (912μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (172μs)
      • Illuminate\Cache\Events\CacheHit (16.12ms)
      • Illuminate\Cache\Events\CacheHit (448μs)
      • Illuminate\Cache\Events\CacheHit (273μs)
      • Illuminate\Cache\Events\CacheHit (330μs)
      • Illuminate\Cache\Events\CacheHit (221μs)
      • Illuminate\Cache\Events\CacheHit (915μs)
      • Illuminate\Cache\Events\CacheHit (219μs)
      • Illuminate\Cache\Events\CacheHit (173μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (315μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (150μs)
      • Illuminate\Cache\Events\CacheHit (202μs)
      • Illuminate\Cache\Events\CacheHit (387μs)
      • Illuminate\Cache\Events\CacheHit (230μs)
      • Illuminate\Cache\Events\CacheHit (303μs)
      • Illuminate\Cache\Events\CacheHit (220μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (149μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (147μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (157μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (149μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (152μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (204μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (155μs)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (393μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (180μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (191μs)
      • Illuminate\Cache\Events\CacheHit (162μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (217μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (151μs)
      • Illuminate\Cache\Events\CacheHit (253μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (147μs)
      • Illuminate\Cache\Events\CacheHit (4.65ms)
      • Illuminate\Cache\Events\CacheHit (282μs)
      • Illuminate\Cache\Events\CacheHit (225μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (200μs)
      • Illuminate\Cache\Events\CacheHit (185μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (203μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (1.26ms)
      • Illuminate\Cache\Events\CacheHit (241μs)
      • Illuminate\Cache\Events\CacheHit (757μs)
      • Illuminate\Cache\Events\CacheHit (686μs)
      • Illuminate\Cache\Events\CacheHit (246μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (303μs)
      • Illuminate\Cache\Events\CacheHit (437μs)
      • Illuminate\Cache\Events\CacheHit (417μs)
      • Illuminate\Cache\Events\CacheHit (345μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (249μs)
      • Illuminate\Cache\Events\CacheHit (299μs)
      • Illuminate\Cache\Events\CacheHit (231μs)
      • Illuminate\Cache\Events\CacheHit (556μs)
      • Illuminate\Cache\Events\CacheHit (276μs)
      • Illuminate\Cache\Events\CacheHit (287μs)
      • creating: site.layouts.app (463μs)
      • composing: site.layouts.app (24μs)
      • creating: components.canonical (545μs)
      • composing: components.canonical (106μs)
      • creating: components.open-graph (170μs)
      • composing: components.open-graph (72μs)
      • creating: site.headers.header (293μs)
      • composing: site.headers.header (86μs)
      • Illuminate\Cache\Events\CacheHit (4.97ms)
      • creating: components.footer (109μs)
      • composing: components.footer (114μs)
      • Illuminate\Cache\Events\CacheHit (878μs)
      • Illuminate\Cache\Events\CacheHit (273μs)
      • Illuminate\Cache\Events\CacheHit (240μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (236μs)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (229μs)
      • Illuminate\Cache\Events\CacheHit (305μs)
      • Illuminate\Cache\Events\CacheHit (316μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (230μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • creating: components.forms.contact-us (314μs)
      • composing: components.forms.contact-us (155μs)
      • creating: components.forms.get-started (134μs)
      • composing: components.forms.get-started (69μs)
      • creating: components.forms.free-tool-download (219μs)
      • composing: components.forms.free-tool-download (121μs)
      • creating: components.forms.claim-free-worksheet (285μs)
      • composing: components.forms.claim-free-worksheet (74μs)
      • creating: components.forms.tutor-subscription-waitlist (108μs)
      • composing: components.forms.tutor-subscription-waitlist (62μs)
      • creating: components.forms.tutor-subscription-join (96μs)
      • composing: components.forms.tutor-subscription-join (61μs)
      • creating: components.forms.tutor-support (93μs)
      • composing: components.forms.tutor-support (63μs)
      • 321 x Illuminate\Cache\Events\CacheHit (23.81%)
        194ms
        10 x Illuminate\Database\Events\QueryExecuted (3.46%)
        28.24ms
        10 x Illuminate\Database\Events\StatementPrepared (3.34%)
        27.22ms
        1 x Illuminate\Foundation\Events\LocaleUpdated (1.09%)
        8.88ms
        1 x eloquent.booting: App\Models\SubjectCat (0.15%)
        1.19ms
        1 x Illuminate\Cache\Events\KeyWritten (0.14%)
        1.17ms
        1 x Illuminate\Database\Events\ConnectionEstablished (0.12%)
        1.02ms
        1 x Illuminate\Routing\Events\Routing (0.1%)
        781μs
        2 x eloquent.retrieved: App\Models\SubjectCat (0.08%)
        616μs
        1 x creating: components.canonical (0.07%)
        545μs
        1 x Illuminate\Cache\Events\CacheMissed (0.06%)
        529μs
        9 x eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.06%)
        471μs
        1 x creating: site.layouts.app (0.06%)
        463μs
        1 x Illuminate\Routing\Events\RouteMatched (0.05%)
        433μs
        7 x eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (0.04%)
        319μs
        1 x creating: components.forms.contact-us (0.04%)
        314μs
        1 x creating: components.breadcrumbs (0.04%)
        311μs
        1 x creating: site.headers.header (0.04%)
        293μs
        1 x creating: components.forms.claim-free-worksheet (0.03%)
        285μs
        1 x composing: homework.show (0.03%)
        280μs
        1 x creating: homework.show (0.03%)
        267μs
        2 x eloquent.retrieved: App\Models\Subject (0.03%)
        242μs
        1 x creating: components.forms.free-tool-download (0.03%)
        219μs
        1 x eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibrary (0.03%)
        206μs
        1 x creating: components.open-graph (0.02%)
        170μs
        1 x composing: components.forms.contact-us (0.02%)
        155μs
        1 x eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibrary (0.02%)
        141μs
        1 x composing: components.breadcrumbs (0.02%)
        134μs
        1 x creating: components.forms.get-started (0.02%)
        134μs
        1 x eloquent.booting: App\Models\Subject (0.02%)
        126μs
        1 x composing: components.forms.free-tool-download (0.01%)
        121μs
        1 x eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.01%)
        118μs
        1 x eloquent.booted: App\Models\SubjectCat (0.01%)
        118μs
        1 x composing: components.footer (0.01%)
        114μs
        1 x creating: components.footer (0.01%)
        109μs
        1 x creating: components.forms.tutor-subscription-waitlist (0.01%)
        108μs
        1 x composing: components.canonical (0.01%)
        106μs
        1 x creating: components.forms.tutor-subscription-join (0.01%)
        96μs
        1 x creating: components.forms.tutor-support (0.01%)
        93μs
        1 x composing: site.headers.header (0.01%)
        86μs
        1 x composing: components.forms.claim-free-worksheet (0.01%)
        74μs
        1 x composing: components.open-graph (0.01%)
        72μs
        1 x composing: components.forms.get-started (0.01%)
        69μs
        1 x composing: components.forms.tutor-support (0.01%)
        63μs
        1 x composing: components.forms.tutor-subscription-waitlist (0.01%)
        62μs
        1 x composing: components.forms.tutor-subscription-join (0.01%)
        61μs
        1 x eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.01%)
        56μs
        1 x eloquent.booted: App\Models\Subject (0.01%)
        45μs
        1 x composing: site.layouts.app (0%)
        24μs
      14 templates were rendered
      • 1x homework.showshow.blade.phpblade
      • 1x components.breadcrumbsbreadcrumbs.blade.phpblade
      • 1x site.layouts.appapp.blade.phpblade
      • 1x components.canonicalcanonical.blade.phpblade
      • 1x components.open-graphopen-graph.blade.phpblade
      • 1x site.headers.headerheader.blade.phpblade
      • 1x components.footerfooter.blade.phpblade
      • 1x components.forms.contact-uscontact-us.blade.phpblade
      • 1x components.forms.get-startedget-started.blade.phpblade
      • 1x components.forms.free-tool-downloadfree-tool-download.blade.phpblade
      • 1x components.forms.claim-free-worksheetclaim-free-worksheet.blade.phpblade
      • 1x components.forms.tutor-subscription-waitlisttutor-subscription-waitlist.blade.phpblade
      • 1x components.forms.tutor-subscription-jointutor-subscription-join.blade.phpblade
      • 1x components.forms.tutor-supporttutor-support.blade.phpblade
      uri
      GET college-homework-library/{category}/{subject}/{id}
      middleware
      web, utm.parameters
      controller
      App\Http\Controllers\HomeworkLibraryController@show
      namespace
      where
      as
      homework.show
      file
      app/Http/Controllers/HomeworkLibraryController.php:79-176
      10 statements were executed, 4 of which were duplicates, 6 unique. Show only duplicated39.94ms
      • Connection Establishedtwenty4_siteHomeworkLibraryController.php#91
        Backtrace
        • 13. app/Http/Controllers/HomeworkLibraryController.php:91
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `solutionslibrary` where `status` = 'published' and `price` > 0 and `solutionslibrary`.`id` = '24074' limit 1
        11.4mstwenty4_siteHomeworkLibraryController.php#97
        Bindings
        • 0: published
        • 1: 0
        • 2: 24074
        Backtrace
        • 16. app/Http/Controllers/HomeworkLibraryController.php:97
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `subjects` where `subjects`.`id` in (52)
        1.01mstwenty4_siteHomeworkLibraryController.php#97
        Backtrace
        • 21. app/Http/Controllers/HomeworkLibraryController.php:97
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` in (24074)
        6.67mstwenty4_siteHomeworkLibraryController.php#97
        Backtrace
        • 21. app/Http/Controllers/HomeworkLibraryController.php:97
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `subject_cats` where `subject_cats`.`id` = 10 limit 1
        1.37mstwenty4_siteHomeworkLibrary.php#201
        Bindings
        • 0: 10
        Backtrace
        • 20. app/Models/HomeworkLibrary/HomeworkLibrary.php:201
        • 26. app/Http/Controllers/HomeworkLibraryController.php:105
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `solutionslibrary` where `id` <> 24074 and `subject` = 52 and `status` = 'published' and `price` > 0 order by RAND() limit 6
        11.14mstwenty4_siteHomeworkLibraryRepository.php#30
        Bindings
        • 0: 24074
        • 1: 52
        • 2: published
        • 3: 0
        Backtrace
        • 14. app/Repositories/HomeworkLibraryRepository.php:30
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 18. app/Repositories/HomeworkLibraryRepository.php:39
        • 19. app/Http/Controllers/HomeworkLibraryController.php:139
      • select * from `subjects` where `subjects`.`id` in (52)
        1.25mstwenty4_siteHomeworkLibraryRepository.php#30
        Backtrace
        • 19. app/Repositories/HomeworkLibraryRepository.php:30
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 23. app/Repositories/HomeworkLibraryRepository.php:39
        • 24. app/Http/Controllers/HomeworkLibraryController.php:139
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 24074 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'question' order by `order` asc, `id` asc
        2.75mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 24074
        • 1: question
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:58
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 24074 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'teaser' order by `order` asc, `id` asc
        1.26mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 24074
        • 1: teaser
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:69
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 24074 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'solution' order by `order` asc, `id` asc
        1.83mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 24074
        • 1: solution
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:80
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `subject_cats` where `subject_cats`.`id` = 10 limit 1
        1.26mstwenty4_siteHomeworkLibrary.php#201
        Bindings
        • 0: 10
        Backtrace
        • 20. app/Models/HomeworkLibrary/HomeworkLibrary.php:201
        • 32. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 33. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 34. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      App\Models\HomeworkLibrary\HomeworkLibraryFile
      9HomeworkLibraryFile.php
      App\Models\HomeworkLibrary\HomeworkLibrary
      7HomeworkLibrary.php
      App\Models\Subject
      2Subject.php
      App\Models\SubjectCat
      2SubjectCat.php
          _token
          3SgOlvW50OD7ss0JWaIG69lFrfI5YOcuDS17m87a
          utm_source
          direct
          redirectUrl
          /college-homework-library/Engineering/Electrical-Engineering/24074
          _previous
          array:1 [ "url" => "https://staging.dev.24houranswers.com/college-homework-library/Engineering/Ele...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /college-homework-library/Engineering/Electrical-Engineering/24074
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67fcf64e-02e12d470edab19349292b1c" ] "host" => array:1 [ 0 => "staging.dev.24houranswers.com" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "3.15.209.38" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 14 Apr 2025 11:49:35 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkUzdnZPd2pYd0dCbnMvMGRKd2JUTmc9PSIsInZhbHVlIjoiYm9xSmhlTEh6eGkyaGoxRnduM1k0RWVvVEJHejVKc0dDY2x6QktzaEZPTkR4T21BUmZDR3BzZWlkWXQzWUxZbnprc205R3NuTlNlaGdEOS9rKzgwTm9sdUVpT3Y5eFJ5QWQ5M2NlbHgycitWUFNYaWJyb2VtM3VQZU50UW1ITjAiLCJtYWMiOiIwZjJjYWEwMTEzYWVjN2FkZDgwMTJjMzc3NjliOTcyOGM5MDNlYWJiYjk3NjY4YTA4MjdhMTE1MzZiMmJiMDA5IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 13:49:35 GMT; Max-Age=7200; path=/; domain=.24houranswers.com; samesite=laxXSRF-TOKEN=eyJpdiI6IkUzdnZPd2pYd0dCbnMvMGRKd2JUTmc9PSIsInZhbHVlIjoiYm9xSmhlTEh6eGkyaGoxRnduM1k0RWVvVEJHejVKc0dDY2x6QktzaEZPTkR4T21BUmZDR3BzZWlkWXQzWUxZbnprc205R" 1 => "24houranswers_session=eyJpdiI6ImRJdTVUWmR1NkZ0dWxYeTlSVGZTMmc9PSIsInZhbHVlIjoiMzUrWng0cVpBZnBHcXd0YUR0OFlCMUJ1MGF1R0RPTk05M1doWlNVL09MRm5YOVA4YW5xS2FyNW9uaVpJbTg5VEpnWXJON0I2OGI0aTQ0ZVNhTWI0OGhQbWxCaDdmYkZtMmZTRU5kUnNmTDdwQ3hXaG56VHEvcU02YVhVdU9yQ2IiLCJtYWMiOiJlZmIzMzdiOGEyYmFjMGQwODg4ZDllY2FjYjY4NDM4MGFjYjczMjFjODY0NjcwNzdhYTA3NGFhOGJlYjliZmM1IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 13:49:35 GMT; Max-Age=7200; path=/; domain=.24houranswers.com; httponly; samesite=lax24houranswers_session=eyJpdiI6ImRJdTVUWmR1NkZ0dWxYeTlSVGZTMmc9PSIsInZhbHVlIjoiMzUrWng0cVpBZnBHcXd0YUR0OFlCMUJ1MGF1R0RPTk05M1doWlNVL09MRm5YOVA4YW5xS2FyNW9uaVpJbT" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkUzdnZPd2pYd0dCbnMvMGRKd2JUTmc9PSIsInZhbHVlIjoiYm9xSmhlTEh6eGkyaGoxRnduM1k0RWVvVEJHejVKc0dDY2x6QktzaEZPTkR4T21BUmZDR3BzZWlkWXQzWUxZbnprc205R3NuTlNlaGdEOS9rKzgwTm9sdUVpT3Y5eFJ5QWQ5M2NlbHgycitWUFNYaWJyb2VtM3VQZU50UW1ITjAiLCJtYWMiOiIwZjJjYWEwMTEzYWVjN2FkZDgwMTJjMzc3NjliOTcyOGM5MDNlYWJiYjk3NjY4YTA4MjdhMTE1MzZiMmJiMDA5IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 13:49:35 GMT; domain=.24houranswers.com; path=/XSRF-TOKEN=eyJpdiI6IkUzdnZPd2pYd0dCbnMvMGRKd2JUTmc9PSIsInZhbHVlIjoiYm9xSmhlTEh6eGkyaGoxRnduM1k0RWVvVEJHejVKc0dDY2x6QktzaEZPTkR4T21BUmZDR3BzZWlkWXQzWUxZbnprc205R" 1 => "24houranswers_session=eyJpdiI6ImRJdTVUWmR1NkZ0dWxYeTlSVGZTMmc9PSIsInZhbHVlIjoiMzUrWng0cVpBZnBHcXd0YUR0OFlCMUJ1MGF1R0RPTk05M1doWlNVL09MRm5YOVA4YW5xS2FyNW9uaVpJbTg5VEpnWXJON0I2OGI0aTQ0ZVNhTWI0OGhQbWxCaDdmYkZtMmZTRU5kUnNmTDdwQ3hXaG56VHEvcU02YVhVdU9yQ2IiLCJtYWMiOiJlZmIzMzdiOGEyYmFjMGQwODg4ZDllY2FjYjY4NDM4MGFjYjczMjFjODY0NjcwNzdhYTA3NGFhOGJlYjliZmM1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 13:49:35 GMT; domain=.24houranswers.com; path=/; httponly24houranswers_session=eyJpdiI6ImRJdTVUWmR1NkZ0dWxYeTlSVGZTMmc9PSIsInZhbHVlIjoiMzUrWng0cVpBZnBHcXd0YUR0OFlCMUJ1MGF1R0RPTk05M1doWlNVL09MRm5YOVA4YW5xS2FyNW9uaVpJbT" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "3SgOlvW50OD7ss0JWaIG69lFrfI5YOcuDS17m87a" "utm_source" => "direct" "redirectUrl" => "/college-homework-library/Engineering/Electrical-Engineering/24074" "_previous" => array:1 [ "url" => "https://staging.dev.24houranswers.com/college-homework-library/Engineering/Electrical-Engineering/24074" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]