Interpolation method for data that is wave-like or oscillatory
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Krispy Scripts
 am 21 Okt. 2016
  
    
    
    
    
    Kommentiert: Star Strider
      
      
 am 24 Okt. 2016
            I am attempting to Interp1 for interpolation of data that is wave-like or oscillatory in nature. I am planning on using the 'linear' method, but was wondering if anyone had any suggestions that might be better method in this function for data that is wave-like or oscillatory?
0 Kommentare
Akzeptierte Antwort
  Star Strider
      
      
 am 21 Okt. 2016
        It depends on how ‘wave-like’ it is. A 'linear' interpolation will work in most instances if the sampling interval is small enough. Otherwise, the 'spline' or 'pchip' methods would be appropriate. (Consider adding the 'extrap' argument as well if extrapolation could be an issue. It prevents NaN values from appearing in the extrapolated points.)
9 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

