photo

zayaz aya


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


i need to use ifft on this (help plz im desperate)
Fs = 1000; T = 1/Fs; t = (0:L-1)*T; y1=110*sin(2*pi*50...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


i need highpass filter 50hz and use ifft ont this help im desperaate
Fs = 1000; T = 1/Fs; t = (0:L-1)*T; y1=110*sin(2*pi*50*t...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


how to use notch filter i onlyn eed lower than 50hz
Fs = 1000; T = 1/Fs; L = 1001; t = (0:L-1)*T; y1=110*si...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


how to filter frequency ineed 50hz
Fs = 1000; T = 1/Fs; L = 1001; t = (0:L-1)*T; y1=110*si...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


how to perform FFT on this signal and frequency domain
t = (0:0.001:1); x = 110*sin(2*pi*50*t); y = 10*sin(2*pi*250*t); z=x+y; plot(z)

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


i want to create 2 sinusoid signals and adding it then create time domain of it first signal amplitude 110 50hz second signal amplitude 10 250hz
t = (0:0.001:1)'; y1 = sin(2*pi*50*t) y2 = sin(2*pi*120*t) plot(y1,y2)

plus de 6 ans il y a | 1 réponse | 0

1

réponse