フィルターのクリア

How can I run a median/low-pass filter over a Digital elevation model data in XYZ format

1 回表示 (過去 30 日間)
NS
NS 2019 年 8 月 1 日
回答済み: Shashwat Bajpai 2019 年 8 月 5 日
Hi,
I want to run a median/low-pass filter (over several hunders kilometers) over a Digital Elevation Model data which in XYZ format.
X is lon
Y is lat and
Z is the elevation.
Could you please point me in the right direction?
Thanks in advance

回答 (1 件)

Shashwat Bajpai
Shashwat Bajpai 2019 年 8 月 5 日
Hi,
I would try the following functions:
  • fir1
  • medfilt2
  • fspecial and imfilter
A similar question has steps on how to use the last two functions. You can refer to the following link for the question:
For further help on fir1 and medfilt2 refer the following links:

Community Treasure Hunt

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

Start Hunting!

Translated by