MATLAB 插值函數運用 - interp1

函數格式 x1 = interp1(t,x,t1,method); 輸入參數:函數 t - 原信號時間軸;rest x - 原信號幅值;code t1 - 插值信號時間軸;blog method - ‘Nearest’鄰近點插值;‘Linear’線性插值;‘Spline’三次樣條插值;‘Pchip’立方插值。默認狀況爲線性插值!ip 輸出參數:io x1 - t1對應的信號幅值;im 示例 代碼i
相關文章
相關標籤/搜索