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

2 visualizaciones (últimos 30 días)
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 comentarios
John BG
John BG el 26 de Mayo de 2016
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 el 26 de Mayo de 2016
sir my Error is Complex double

Iniciar sesión para comentar.

Respuesta aceptada

KSSV
KSSV el 26 de Mayo de 2016
idx = find(Error~=0) ; % Gives the indices of non-zero numbers in Error
  1 comentario
irfan
irfan el 26 de Mayo de 2016
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by