The percentage of the error of several signals
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
Hello! I have 6 signals. Example 1-200 201 193 2-44 45 41 3-16 17 14 4-1 1 0 5-55 58 45 6-900 920 894; I need to compare all these signals at the same time, and calculate the error, nowhere can I find how to do this. All signals depend on each other. It is necessary to compare them as far as they do not coincide with the signal No. 6.
댓글 수: 1
  Mario Chiappelli
      
 2019년 7월 22일
				The equation for percent error is ((actual - theoretical)/theoretical)*100.
Or what you probably want is a measure of uncertainty since you don't have any theoretical values to use. Here is the documentation for uncertainty, it can get a tad complicated.
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!