Feeds
질문
how can i estimate the period of a signal exist in a loaded file?
how can i estimate the period of a signal exist in a loaded file?
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
why when i make conv between an averaging filter and a noisy circuit it doesn't get filtered?
n=0:499 x=sin(2*pi*n/50) y=x+0.1*randn(size(n)) h=[11111]/5 z=conv(h,y)
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can i add a gaussian noise with amp. 0.1 to a sin wav signal ??
not with the fun. awgn because it's undefined function on the version of matlab i have .
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
i wanna a matlab code for this problem if anyone can help , please ?
In this problem, we want to study the effect of an averaging filter (averaging window) on eliminating the noise on a signal. Us...
10년 초과 전 | 답변 수: 1 | 0