1049830612's Stars
shinezyy/micro-arch-training
How to make undergraduates or new graduates ready for advanced computer architecture research or modern CPU design
Green-bms/SmartBMS
Open source Smart Battery Management System
AlterWL/Battery_SOC_Estimation
Battery state of charge estimation using kalman filter in Matlab
neonwatty/machine_learning_refined
Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
lkwq007/Image-Registration
An FFT-Based Technique for Translation, Rotation, and Scale-Invariant Image Registration
FrankSFLYS/usstthesis
上海理工大学本科毕业设计(论文)LaTeX 模板
aisari/AutofocusSAR
Machine Learning for Synthetic Aperture Radar Autofocus
jackhamel16/SAR_PFA_sim
This code was written as part of a project for a course in grad school. It generates a synthetic ground reflectivity function and a return radar measurements from the reflectivity. It then performs the polar format algorithm (PFA) to reconstruct an estimate of the ground reflectivity.
jinxixiang/FISTA-Net
A model-based deep learning network for inverse problem in imaging
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
jianzhangcs/ISTA-Net-PyTorch
ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing, CVPR2018 (PyTorch Code)
morriswmz/doa-tools
A set of MATLAB functions for direction-of-arrival (DOA) estimation in array signal processing.
tomer196/pytorch-nufft
xiaoyu258/GeoProj
Blind Geometric Distortion Correction on Images Through Deep Learning
kevinzakka/spatial-transformer-network
A Tensorflow implementation of Spatial Transformer Networks.
flappyimi/Radar-Basic-Algorithm
Some basic algorithm used in Radar data process, including pulse compression/CFAR/monopulse、Kalman filter and fusion、arrary antenna design.
m6c7l/pymmw
Pythonic mmWave Toolbox for TI's IWR Radar Sensors
PreSenseRadar/OpenRadar
An open source library for interacting with and processing radar data, specialized for MIMO mmWave radars
Andy-zhujunwen/UNET-ZOO
including unet,unet++,attention-unet,r2unet,cenet,segnet ,fcn.
garrettj403/CZT
Chirp Z-Transform
nachewigkeit/blog
Jach/radar_sar_rma
A Python implementation of the Range Migration Algorithm (RMA) to generate Synthetic Aperture Radar (SAR) images.
GeomaticsAndRS/sar
Despeckling Synthetic Aperture Radar Images using a Deep Residual CNN
liuxinyu123/Matlab
SAR Imaging
milesial/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Jack-Cherish/Deep-Learning
:computer:深度学习实战:手写数字识别、Discuz验证码识别、垃圾分类、语义分割
ShawnBIT/UNet-family
Paper and implementation of UNet-related model.
EbookFoundation/free-programming-books
:books: Freely available programming books
JiaxuanLiu/BPA-SAR-simulation
使用后向投影算法(BPA)完成成像仿真
MingchaoZhu/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现