필터 지우기
필터 지우기

hello sir i want to find a nonzero number in my total error signal ?

조회 수: 1 (최근 30일)
irfan
irfan 2016년 5월 26일
댓글: irfan 2016년 5월 26일
my original signal is X and my Recovered signal is X_re and the total Error which i count between them is Error=X-X_re; now i have to find nonzero number in my error signal so how can i will find it thanks in advance
  댓글 수: 2
John BG
John BG 2016년 5월 26일
what is the context?
are you reading from and instrument?
what is the type of X X_re and Error? double?
why do you ignore X_im?
please supply a sample in same way you attempt to process, whether file or workspace variables
irfan
irfan 2016년 5월 26일
sir my Error is Complex double

댓글을 달려면 로그인하십시오.

채택된 답변

KSSV
KSSV 2016년 5월 26일
idx = find(Error~=0) ; % Gives the indices of non-zero numbers in Error
  댓글 수: 1
irfan
irfan 2016년 5월 26일
k_r1=N-number; Rate=k_r1/N Rate_3(snr_num)=mean(Rate(snr_num,:)); sir when i find number of nonzero values and run it its gives me error after some values because i want to find snr from 10 to 50 db for 100 experiments

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by