Question: correct gabor_transform (generic function with 1 method) function gabor_transform(a: : AbstractVector , 6) freqs = fftfreq(length(a) ) 0 = Matrix{ComplexF64} (undef, length(a), length(a) ) for

correct

gabor_transform (generic function with 1 method) function gabor_transform(a: : AbstractVector , 6) freqs = fftfreq(length(a) ) 0 = Matrix{ComplexF64} (undef, length(a), length(a) ) for i in 1: length(a) filtered_vector = gaussian_filter(a, i, o) o[i, :] = fft(filtered_vector) end return freqs, o end Keep working on it! the number of frequencies or amplitudes isn't quite right

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!