photo

Pratik Patel


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


What is wrong with my FFT output?
Hey, I am trying to use the fft function to clear up noise on a dataset. Here is my code: load('Homework4_set1.mat'); D = d...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How write a function that takes a matrix and period omega?
function F = fftfuntion(D, omega) %Input: a matrix D ∈ RN×2, Di = (xi,yi), and the period ω check = 0; x = D(:,1); y =...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort