Community Profile

photo

zayaz aya


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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...

6 years ago | 0 answers | 0

0

answers

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...

6 years ago | 1 answer | 0

1

answer

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...

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

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)

6 years ago | 1 answer | 0

1

answer

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)

6 years ago | 1 answer | 0

1

answer