InSAR-Simulation-and-Studies

授权协议 Readme
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 朱宜
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Simulation of InSAR Processing.

Just for studying.

It was some work that I did during my graduate studies (Matlab Code).

有关InSAR干涉SAR,更全面的内容见本人的另一个仓库“SAR-Synthetic-Aperture-Radar”,地址是:https://github.com/denkywu/SAR-Synthetic-Aperture-Radar

 相关资料
  • 简介 这类题目思路比较简单直白,按照问题的描述,把解题的步骤一步一步直白的翻译成代码,就行了。这类题目主要考察写代码是否熟练,是否具备基本的调试能力,编程风格是否良好等。

  • Let's Reproduce Paper Simulations! Some paper simulations by matlab for multi-robot systems, formation control, distributed optimization and cooperative manipulation. If you have any interesting paper

  • ZigZag Conversion 描述 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A

  • Text Justification 描述 Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a gree

  • Spiral Matrix 描述 Given a matrix of m × n elements (m rows, n columns), return all elements of the matrix in spiral order. For example, Given the following matrix: [ [ 1, 2, 3 ], [ 4, 5, 6 ], [ 7, 8

  • Reverse Integer 描述 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus poi