How can I know the Difference between two signals??
    5 views (last 30 days)
  
       Show older comments
    
Dear Sir,
If I have two different signals, how can I calculate the difference between them (the difference should be one number)???
Thank you very much
2 Comments
  Wayne King
    
      
 on 10 Dec 2013
				That very much depends on what you are trying to measure/characterize. I think you need to be more specific.
Answers (1)
  Azzi Abdelmalek
      
      
 on 10 Dec 2013
        
      Edited: Azzi Abdelmalek
      
      
 on 10 Dec 2013
  
      d=y1-y2
d is also a signal with the same size as y1 and y2. If you have another definition of a difference, post it.
Maybe you want
mean(y1-y2)
0 Comments
See Also
Categories
				Find more on Detection, Range and Doppler Estimation in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

