Big timing change

This commit is contained in:
PinkR1ver 2024-03-02 14:59:55 +08:00
parent 9baffa4a5b
commit 604325f231
91 changed files with 122 additions and 20 deletions

View File

@ -3,6 +3,7 @@ title: Spanning Tree
tags: tags:
- graph - graph
- data-structure - data-structure
date: 2024-02-28
--- ---
# What is Spanning Tree? # What is Spanning Tree?

View File

@ -3,6 +3,7 @@ title: Topological Sorting
tags: tags:
- data-structure - data-structure
- graph - graph
date: 2024-02-28
--- ---
# What is Topological Sorting # What is Topological Sorting

View File

@ -4,6 +4,7 @@ tags:
- algorithm - algorithm
- string - string
- string-search - string-search
date: 2024-02-28
--- ---
# Abstract # Abstract

View File

@ -4,6 +4,7 @@ tags:
- data-structure - data-structure
- basic - basic
- algorithm - algorithm
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: Segment Tree
tags: tags:
- data-structure - data-structure
- tree - tree
date: 2024-02-28
--- ---
# Overview # Overview

View File

@ -4,6 +4,7 @@ tags:
- deep-learning - deep-learning
- evaluation - evaluation
- time-series-dealing - time-series-dealing
date: 2024-02-28
--- ---
![](computer_sci/deep_learning_and_machine_learning/Evaluation/attachments/Pasted%20image%2020230526162839.png) ![](computer_sci/deep_learning_and_machine_learning/Evaluation/attachments/Pasted%20image%2020230526162839.png)

View File

@ -4,6 +4,7 @@ tags:
- deep-learning - deep-learning
- model - model
- time-series-dealing - time-series-dealing
date: 2024-02-28
--- ---
DeepAR, an autoregressive recurrent network developed by Amazon, is the first model that could natively work on multiple time-series. It's a milestone in time-series community. DeepAR, an autoregressive recurrent network developed by Amazon, is the first model that could natively work on multiple time-series. It's a milestone in time-series community.

View File

@ -4,6 +4,7 @@ tags:
- deep-learning - deep-learning
- LLM - LLM
- NLP - NLP
date: 2024-02-28
--- ---
# Training # Training

View File

@ -5,6 +5,7 @@ tags:
- LLM - LLM
- deep-learning - deep-learning
- basic - basic
date: 2024-02-28
--- ---
# LLM Temperature # LLM Temperature

View File

@ -5,6 +5,7 @@ tags:
- deep-learning - deep-learning
- RLHF - RLHF
- LLM-training-method - LLM-training-method
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: LLM training steps
tags: tags:
- LLM - LLM
- deep-learning - deep-learning
date: 2024-02-28
--- ---
训练大型语言模型LLM的方法通常涉及以下步骤 训练大型语言模型LLM的方法通常涉及以下步骤

View File

@ -4,6 +4,7 @@ tags:
- LLM - LLM
- LLM-training-method - LLM-training-method
- deep-learning - deep-learning
date: 2024-02-28
--- ---
# Find a dataset # Find a dataset

View File

@ -4,6 +4,7 @@ tags:
- deep-learning - deep-learning
- interpretability - interpretability
- algorithm - algorithm
date: 2024-02-28
--- ---
SHAP is the most popular model-agnostic technique that is used to explain predictions. SHAP stands for **SH**apley **A**dditive ex**P**lanations SHAP is the most popular model-agnostic technique that is used to explain predictions. SHAP stands for **SH**apley **A**dditive ex**P**lanations

View File

@ -4,6 +4,7 @@ tags:
- metrics - metrics
- time-series-dealing - time-series-dealing
- evalution - evalution
date: 2024-02-28
--- ---
![](computer_sci/deep_learning_and_machine_learning/Trick/attachments/Pasted%20image%2020230526164724.png) ![](computer_sci/deep_learning_and_machine_learning/Trick/attachments/Pasted%20image%2020230526164724.png)

View File

@ -4,6 +4,7 @@ tags:
- loss-function - loss-function
- deep-learning - deep-learning
- deep-learning-math - deep-learning-math
date: 2024-02-28
--- ---
在大多数现实世界的预测问题中,我们的预测所带来的不确定性具有重要价值。相较于仅仅提供点估计,了解预测范围能够显著改善许多商业应用的决策过程。**Quantile loss**就是为例帮助我们了解预测范围的loss function。 在大多数现实世界的预测问题中,我们的预测所带来的不确定性具有重要价值。相较于仅仅提供点估计,了解预测范围能够显著改善许多商业应用的决策过程。**Quantile loss**就是为例帮助我们了解预测范围的loss function。

View File

@ -4,6 +4,7 @@ tags:
- deep-learning - deep-learning
- time-series-dealing - time-series-dealing
- basic - basic
date: 2024-02-28
--- ---
> [!quote] > [!quote]

View File

@ -3,6 +3,7 @@ title: XGBoost
tags: tags:
- deep-learning - deep-learning
- ensemble-learning - ensemble-learning
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: "⭐Attenion"
tags: tags:
- deep-learning - deep-learning
- attention - attention
date: 2024-02-28
--- ---
# Self-Attention # Self-Attention

View File

@ -2,6 +2,7 @@
title: Deep Neural Decision Forests title: Deep Neural Decision Forests
tags: tags:
- deep-learning - deep-learning
date: 2024-02-28
--- ---
# Background # Background

View File

@ -3,6 +3,7 @@ title: "Transformer"
tags: tags:
- deep-learning - deep-learning
- attention - attention
date: 2024-02-28
--- ---
> [!info] > [!info]

View File

@ -3,6 +3,7 @@ title: Deep Learning - MOC
tags: tags:
- MOC - MOC
- deep-learning - deep-learning
date: 2024-02-28
--- ---
# Tech Explanation # Tech Explanation

View File

@ -2,6 +2,7 @@
title: Support Vector Machine title: Support Vector Machine
tags: tags:
- machine-learning - machine-learning
date: 2024-02-28
--- ---
# Overview # Overview

View File

@ -2,6 +2,7 @@
title: Different Programming Interfaces title: Different Programming Interfaces
tags: tags:
- hardware - hardware
date: 2024-02-28
--- ---
# What is programming interfaces in MCU # What is programming interfaces in MCU

View File

@ -3,6 +3,7 @@ title: Independence & Correlation
tags: tags:
- math - math
- statistics - statistics
date: 2024-02-28
--- ---
# Independent # Independent

View File

@ -5,6 +5,7 @@ tags:
- math - math
- stochastic-process - stochastic-process
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -3,6 +3,7 @@ title: The economist style graph
tags: tags:
- data-visual - data-visual
- statistics - statistics
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -5,6 +5,7 @@ tags:
- tableau - tableau
- data-visual - data-visual
- data - data
date: 2024-02-28
--- ---
# What is Tableau # What is Tableau

View File

@ -4,6 +4,7 @@ tags:
- math - math
- statistics - statistics
- basic - basic
date: 2024-02-28
--- ---
**分位数**英语Quantile亦称**分位点**是指用分割点cut point将一个随机变量的概率分布范围分为几个具有相同概率的连续区间。分割点的数量比划分出的区间少1例如3个分割点能分出4个区间。 **分位数**英语Quantile亦称**分位点**是指用分割点cut point将一个随机变量的概率分布范围分为几个具有相同概率的连续区间。分割点的数量比划分出的区间少1例如3个分割点能分出4个区间。

View File

@ -7,6 +7,7 @@ tags:
- algorithm - algorithm
- discrete-mathematics - discrete-mathematics
- set-theory - set-theory
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- math - math
- optimize - optimize
- optimization - optimization
date: 2024-02-28
--- ---
# Why I write this note? # Why I write this note?

View File

@ -3,6 +3,7 @@ title: Cauchy Principal Value
tags: tags:
- math - math
- real-analysis - real-analysis
date: 2024-02-28
--- ---
# Notation # Notation

View File

@ -4,6 +4,7 @@ tags:
- Polaroid - Polaroid
- photography - photography
- skill - skill
date: 2024-02-28
--- ---
* [宝丽来翻拍9宫格](photography/aesthetic/Polaroid/Polaroid_showcase.md) * [宝丽来翻拍9宫格](photography/aesthetic/Polaroid/Polaroid_showcase.md)

View File

@ -3,6 +3,7 @@ title: How to use Moodboard
tags: tags:
- photography - photography
- skill - skill
date: 2024-02-28
--- ---
# Overview # Overview

View File

@ -5,6 +5,7 @@ tags:
- Polaroid - Polaroid
- story - story
- film - film
date: 2024-02-28
--- ---
# Hiking # Hiking

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- landscape - landscape
- photography - photography
date: 2024-02-28
--- ---
![](photography/aesthetic/Landscape/Sea/attachments/Pasted%20image%2020230420014349.png) ![](photography/aesthetic/Landscape/Sea/attachments/Pasted%20image%2020230420014349.png)

View File

@ -5,6 +5,7 @@ tags:
- sea - sea
- photography - photography
- aesthetic - aesthetic
date: 2024-02-28
--- ---
* [Fujifilm Blue🌊, 小红书-Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md) * [Fujifilm Blue🌊, 小红书-Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md)

View File

@ -5,6 +5,7 @@ tags:
- sea - sea
- landscape - landscape
- aesthetic - aesthetic
date: 2024-02-28
--- ---
![](photography/aesthetic/Landscape/Sea/attachments/shiifoncake_338949220_771246770941652_287141902256013940_n.jpg) ![](photography/aesthetic/Landscape/Sea/attachments/shiifoncake_338949220_771246770941652_287141902256013940_n.jpg)

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- Polaroid - Polaroid
- share - share
date: 2024-02-28
--- ---

View File

@ -6,6 +6,7 @@ tags:
- korean - korean
- cute - cute
- 摘抄 - 摘抄
date: 2024-02-28
--- ---
Credits to [MV - CHEEZE(치즈) _ Today's Mood(오늘의 기분)](https://www.youtube.com/watch?v=zRq_DlEzygk), Credits to [MV - CHEEZE(치즈) _ Today's Mood(오늘의 기분)](https://www.youtube.com/watch?v=zRq_DlEzygk),

View File

@ -5,6 +5,7 @@ tags:
- style - style
- share - share
- MOC - MOC
date: 2024-02-28
--- ---
* [🌅Warmth - Nguan](photography/aesthetic/Style/Warmth_by_Nguan.md) * [🌅Warmth - Nguan](photography/aesthetic/Style/Warmth_by_Nguan.md)

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- basic - basic
- lens - lens
date: 2024-02-28
--- ---
有很多因素影响lens performance 有很多因素影响lens performance

View File

@ -5,6 +5,7 @@ tags:
- photography - photography
- MOC - MOC
- polaroid - polaroid
date: 2024-02-28
--- ---
# Polaroid Background # Polaroid Background

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- moodboard - moodboard
- idea - idea
date: 2024-02-28
--- ---
# [Fujifilm_Blue_by_小红书_Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md) # [Fujifilm_Blue_by_小红书_Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md)

View File

@ -3,6 +3,7 @@ title: "Photography - MOC"
tags: tags:
- MOC - MOC
- photography - photography
date: 2024-02-28
--- ---
# 🌊Photo Portfolio # 🌊Photo Portfolio

View File

@ -5,6 +5,7 @@ tags:
- basic - basic
- physics - physics
- electric - electric
date: 2024-02-28
--- ---
# Electrical impedance # Electrical impedance

View File

@ -4,6 +4,7 @@ tags:
- physics - physics
- electromagnetism - electromagnetism
- nuclear-level-knowledge - nuclear-level-knowledge
date: 2024-02-28
--- ---
# Equation # Equation

View File

@ -5,6 +5,7 @@ tags:
- electric - electric
- electromagnetism - electromagnetism
- basic - basic
date: 2024-02-28
--- ---
# Explanation # Explanation

View File

@ -3,6 +3,7 @@ title: Resonant circuit
tags: tags:
- physics - physics
- electric - electric
date: 2024-02-28
--- ---
以RLC串联电路为例 以RLC串联电路为例

View File

@ -4,6 +4,7 @@ tags:
- optical - optical
- photography - photography
- basic - basic
date: 2024-02-28
--- ---
# What is optical aberration # What is optical aberration

View File

@ -4,6 +4,7 @@ tags:
- physics - physics
- basic - basic
- wave - wave
date: 2024-02-28
--- ---
多普勒效应(**Doppler effect**)是波源和观察者有相对运动时,观察者接受到波的频率与波源发出的频率并不相同的现象。 多普勒效应(**Doppler effect**)是波源和观察者有相对运动时,观察者接受到波的频率与波源发出的频率并不相同的现象。

View File

@ -3,6 +3,7 @@ title: Whisky L
tags: tags:
- dream - dream
- exhibition - exhibition
date: 2024-02-28
--- ---
# What is whisky L # What is whisky L

View File

@ -2,6 +2,7 @@
title: Life List🚀 title: Life List🚀
tags: tags:
- dream - dream
date: 2024-02-28
--- ---
# Exhibition # Exhibition

View File

@ -1,5 +1,9 @@
---
对天线进行测距能力的测试 title: 2023.04.16 天线测试
tags:
- antenna
date: 2023-04-16
---
# 背景 # 背景

View File

@ -3,6 +3,7 @@ title: How to generate UWB signal
tags: tags:
- UWB - UWB
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Actual Signals which find use in UWB systems # Actual Signals which find use in UWB systems

View File

@ -3,6 +3,7 @@ title: How to generate UWB signal
tags: tags:
- UWB - UWB
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Actual Signals which find use in UWB systems # Actual Signals which find use in UWB systems

View File

@ -2,6 +2,7 @@
title: Vector Network Analysis - Review title: Vector Network Analysis - Review
tags: tags:
- UWB - UWB
date: 2024-02-28
--- ---
# Brief Introduction # Brief Introduction

View File

@ -5,6 +5,7 @@ tags:
- signal-processing - signal-processing
- VNA - VNA
- UWB - UWB
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: Detect Signal Impulse Point by High Frequency Signal Envelope Method
tags: tags:
- report - report
- envelope - envelope
date: 2024-02-28
--- ---
# 问题 # 问题

View File

@ -5,6 +5,7 @@ tags:
- hardware - hardware
- VNA - VNA
- UWB - UWB
date: 2024-02-28
--- ---
# Step by Step (Simple Overview) # Step by Step (Simple Overview)

View File

@ -3,6 +3,7 @@ title: A systematic review of pressure injury 压疮综述
tags: tags:
- pressure-injury - pressure-injury
- overview - overview
date: 2024-02-28
--- ---
# A systematic review of pressure injury 压疮综述 # A systematic review of pressure injury 压疮综述

View File

@ -3,6 +3,7 @@ title: 关于压疮pressure injury相关的文献阅读
tags: tags:
- papers - papers
- pressure-injury - pressure-injury
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: Papers Read in 2023.10
tags: tags:
- papers - papers
- research-about - research-about
date: 2024-02-28
--- ---
# Measurements of UWB through-the-wall propagation using spectrum analyzer and the Hilbert transform # Measurements of UWB through-the-wall propagation using spectrum analyzer and the Hilbert transform

View File

@ -1,5 +1,6 @@
--- ---
title: Papers Read in 2023.11 title: Papers Read in 2023.11
date: 2024-02-28
--- ---
# DESIGNING A UWB GENERATOR AND ANTENNA FOR CWD RADAR # DESIGNING A UWB GENERATOR AND ANTENNA FOR CWD RADAR

View File

@ -2,6 +2,7 @@
title: Dec. 2023 Work Plan title: Dec. 2023 Work Plan
tags: tags:
- plan - plan
date: 2024-02-28
--- ---
Task: Task:

View File

@ -3,5 +3,6 @@ title: Power spectral density estimation
tags: tags:
- signal-processing - signal-processing
- statistics - statistics
date: 2024-02-28
--- ---
[Power spectral density estimation](signal_processing/basic_knowledge/concept/Spectral_density.md)(PSDE, or SDE),功率谱估计是随机信号处理的重要研究内容之一 [Power spectral density estimation](signal_processing/basic_knowledge/concept/Spectral_density.md)(PSDE, or SDE),功率谱估计是随机信号处理的重要研究内容之一

View File

@ -3,6 +3,7 @@ title: Fourier Transform
tags: tags:
- math - math
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Almost Fourier Transform # Almost Fourier Transform

View File

@ -3,6 +3,7 @@ title: FM signal vs. AM signal - Learning Signal Transmitting
tags: tags:
- signal - signal
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -4,6 +4,7 @@ tags:
- signal-processing - signal-processing
- VNA - VNA
- antenna - antenna
date: 2024-02-28
--- ---
天线的驻波比Standing Wave RatioSWR是用于**衡量天线与传输线或电路之间的匹配性能的一个关键参数**。SWR是一个无单位的值通常表示为正数它用于表示天线的输入阻抗与传输线或电路的特性阻抗之间的比率。SWR的值越低表示天线与传输线的匹配越好能更有效地传输能量。 天线的驻波比Standing Wave RatioSWR是用于**衡量天线与传输线或电路之间的匹配性能的一个关键参数**。SWR是一个无单位的值通常表示为正数它用于表示天线的输入阻抗与传输线或电路的特性阻抗之间的比率。SWR的值越低表示天线与传输线的匹配越好能更有效地传输能量。

View File

@ -4,6 +4,7 @@ tags:
- signal-processing - signal-processing
- VNA - VNA
- devices - devices
date: 2024-02-28
--- ---
S参数Scattering Parameters散射参数是用于描述射频和微波电路中信号传输和散射特性的一组参数。S参数响应是指S参数随频率变化的响应或值。这些参数用于描述电路中信号的传输、反射和散射情况通常以矩阵的形式表示。S参数通常有四个值S11、S12、S21和S22分别表示反射系数和传输系数。 S参数Scattering Parameters散射参数是用于描述射频和微波电路中信号传输和散射特性的一组参数。S参数响应是指S参数随频率变化的响应或值。这些参数用于描述电路中信号的传输、反射和散射情况通常以矩阵的形式表示。S参数通常有四个值S11、S12、S21和S22分别表示反射系数和传输系数。

View File

@ -3,6 +3,7 @@ title: Smith Graph
tags: tags:
- signal-processing - signal-processing
- VNA - VNA
date: 2024-02-28
--- ---
Smith图又称为Smith圆图或史密斯图是一种常用于射频RF和微波工程中的图形工具用于可视化和分析电路、天线和传输线的阻抗匹配和传输线特性的工具。Smith图以19世纪初美国工程师Philip H. Smith的名字命名他对电路匹配问题作出了重要贡献。 Smith图又称为Smith圆图或史密斯图是一种常用于射频RF和微波工程中的图形工具用于可视化和分析电路、天线和传输线的阻抗匹配和传输线特性的工具。Smith图以19世纪初美国工程师Philip H. Smith的名字命名他对电路匹配问题作出了重要贡献。

View File

@ -3,6 +3,7 @@ title: Random Signal Basic
tags: tags:
- signal-processing - signal-processing
- math - math
date: 2024-02-28
--- ---
# What is Random Signals # What is Random Signals

View File

@ -4,6 +4,7 @@ tags:
- signal-processing - signal-processing
- basic - basic
- system - system
date: 2024-02-28
--- ---
# 离散系统稳定性判别(因果系统) # 离散系统稳定性判别(因果系统)

View File

@ -4,6 +4,7 @@ tags:
- signal - signal
- ciruit-componets - ciruit-componets
- UWB - UWB
date: 2024-02-28
--- ---
阶跃恢复二极管Step Recovery DiodeSRD是一种特殊类型的二极管通常用于高频、脉冲和微波应用中。它的特殊结构和工作原理使其能够产生非常快速的电压和电流变化因此在信号产生、调制和混频等电子电路中有广泛的应用。以下是关于SRD的详细介绍 阶跃恢复二极管Step Recovery DiodeSRD是一种特殊类型的二极管通常用于高频、脉冲和微波应用中。它的特殊结构和工作原理使其能够产生非常快速的电压和电流变化因此在信号产生、调制和混频等电子电路中有广泛的应用。以下是关于SRD的详细介绍

View File

@ -3,6 +3,7 @@ title: Learn VNA in practical way
tags: tags:
- devices - devices
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Background # Background

View File

@ -3,6 +3,7 @@ title: American Wire Gauge
tags: tags:
- cable - cable
- protocols - protocols
date: 2024-02-28
--- ---
AWG是American Wire Gauge的缩写它是一种用于表示电线和电缆导线直径大小的标准。AWG标准是在美国制定的常用于美国、加拿大和其他一些国家。 AWG是American Wire Gauge的缩写它是一种用于表示电线和电缆导线直径大小的标准。AWG标准是在美国制定的常用于美国、加拿大和其他一些国家。

View File

@ -4,6 +4,7 @@ tags:
- signal - signal
- equipment - equipment
- devices - devices
date: 2024-02-28
--- ---
# Structure # Structure

View File

@ -5,6 +5,7 @@ tags:
- equipment - equipment
- signal - signal
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Simple review # Simple review

View File

@ -2,6 +2,7 @@
title: Operational Amplifier title: Operational Amplifier
tags: tags:
- signal - signal
date: 2024-02-28
--- ---
运算放大器 运算放大器

View File

@ -4,6 +4,7 @@ tags:
- devices - devices
- equipment - equipment
- protocols - protocols
date: 2024-02-28
--- ---
Quality Control Certified是指通过一系列认证和标准评估的质量控制体系其中ULUnderwriters Laboratories、TUVTechnischer Überwachungsverein和ISOInternational Organization for Standardization是三个常见的认证和标准机构。下面是它们的简要介绍 Quality Control Certified是指通过一系列认证和标准评估的质量控制体系其中ULUnderwriters Laboratories、TUVTechnischer Überwachungsverein和ISOInternational Organization for Standardization是三个常见的认证和标准机构。下面是它们的简要介绍

View File

@ -4,6 +4,7 @@ tags:
- signal-processing - signal-processing
- algorithm - algorithm
- envelope - envelope
date: 2024-02-28
--- ---
# Introduction # Introduction

View File

@ -3,6 +3,7 @@ title: Chebyshev Filter
tags: tags:
- signal-processing - signal-processing
- filter - filter
date: 2024-02-28
--- ---
# History # History

View File

@ -4,6 +4,7 @@ tags:
- SAR - SAR
- physics - physics
- basic - basic
date: 2024-02-28
--- ---
# Theorem you need know # Theorem you need know

View File

@ -3,6 +3,7 @@ title: Chirp - 啁啾
tags: tags:
- basic - basic
- signal - signal
date: 2024-02-28
--- ---
啁啾Chirp是指频率随时间而改变增加或减少的信号。其名称来源于这种信号听起来类似鸟鸣的啾声。 啁啾Chirp是指频率随时间而改变增加或减少的信号。其名称来源于这种信号听起来类似鸟鸣的啾声。

View File

@ -3,6 +3,7 @@ title: Radiometric Calibration - 辐射校准
tags: tags:
- SAR - SAR
- basic - basic
date: 2024-02-28
--- ---
# Overview # Overview

View File

@ -3,6 +3,7 @@ title: Synthetic Aperture Radar (SAR) Explained
tags: tags:
- SAR - SAR
- basic - basic
date: 2024-02-28
--- ---
# Radar Basic Concepts # Radar Basic Concepts
@ -35,7 +36,7 @@ The transmitter generates successive short bursts or pulses of microwave at regu
* Radar can measure *amplitude* and *phase* * Radar can measure *amplitude* and *phase*
* Radar can only measure part of echoes. * Radar can only measure part of echoes.
* The strength of the reflected echo is the backscattering coefficient ([sigma nought](synthetic_aperture_radar_imaging/Radiometric_Calibration.md)and is expressed in [decibels(dB)](signal_processing/basic_knowledge/concept/what_is_dB.md) * The strength of the reflected echo is the backscattering coefficient ([sigma nought](synthetic_aperture_radar_imaging/radiometric_calibration.md)and is expressed in [decibels(dB)](signal_processing/basic_knowledge/concept/what_is_dB.md)
## Radar Resolution ## Radar Resolution
@ -46,7 +47,7 @@ The transmitter generates successive short bursts or pulses of microwave at regu
side-looking的雷达被分为two types —— real aperture radar(*SLAR or SLR*, SL for side-looking)和synthetic aperture radar(SAR) side-looking的雷达被分为two types —— real aperture radar(*SLAR or SLR*, SL for side-looking)和synthetic aperture radar(SAR)
如上图所示雷达发出的pulse被[antenna聚焦](synthetic_aperture_radar_imaging/Antenna.md)在一个narrow的area里然后scatter后在不同和的时间再被receiver接收 如上图所示雷达发出的pulse被[antenna聚焦](synthetic_aperture_radar_imaging/antenna.md)在一个narrow的area里然后scatter后在不同和的时间再被receiver接收
### Resolution ### Resolution

View File

@ -5,6 +5,7 @@ tags:
- basic - basic
- algorithm - algorithm
- state-of-art - state-of-art
date: 2024-02-28
--- ---

View File

@ -9,9 +9,9 @@ date: 2024-02-28
# Antenna # Antenna
* [Antenna](synthetic_aperture_radar_imaging/Antenna.md) * [antenna](synthetic_aperture_radar_imaging/antenna.md)
# SAR # SAR
* [[synthetic_aperture_radar_imaging/SAR_Explained|SAR Explained]] * [[synthetic_aperture_radar_imaging/SAR_explained|SAR Explained]]
* [SAR Imaging Algorithm review in 2022](synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md) * [SAR Imaging Algorithm review in 2022](synthetic_aperture_radar_imaging/SAR_imaging_algorithm.md)

View File

@ -2,6 +2,7 @@
title: 2023三位一体 - 生医工面试真题 title: 2023三位一体 - 生医工面试真题
tags: tags:
- tmp - tmp
date: 2024-02-28
--- ---

View File

@ -2,6 +2,7 @@
title: Prefix Sum title: Prefix Sum
tags: tags:
- basic - basic
date: 2024-02-28
--- ---
假设我们有一个长度为n的数组arr**前缀和**数组prefixSum的定义如下 假设我们有一个长度为n的数组arr**前缀和**数组prefixSum的定义如下

View File

@ -9,7 +9,7 @@ if __name__ == '__main__':
for root, dirs, files in os.walk(content_path): for root, dirs, files in os.walk(content_path):
for file in files: for file in files:
if "." in root: if '.' in root:
continue continue
# ignore bug and continue running # ignore bug and continue running
@ -26,31 +26,41 @@ if __name__ == '__main__':
flag = False flag = False
# open file and write date into it # open file and write date into it
with open(os.path.join(root, file), 'r') as f: f = open(os.path.join(root, file), 'r', encoding="utf-8")
lines = f.readlines() lines = f.readlines()
if lines[0].startswith("---"): if lines[0].startswith("---"):
for i in range(1, len(lines)): for i in range(1, len(lines)):
if lines[i] == "---\n" and lines[i-1].startswith("date") == False: if lines[i] == "---\n" and lines[i-1].startswith("date") == False:
flag = True flag = True
lines.insert(i, f"date: {str(commit.committed_datetime).split(' ')[0]}\n") lines.insert(i, f"date: {str(commit.committed_datetime).split(' ')[0]}\n")
break break
if lines[i] == "---\n" and lines[i-1].startswith("date") == True:
break
f.close() f.close()
if flag == True: if flag == True:
with open(os.path.join(root, file), 'w') as f:
f.writelines(lines) f = open(os.path.join(root, file), 'w', encoding="utf-8")
print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}")
f.writelines(lines)
print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}")
f.close() f.close()
except: except:
# output error message
print(f"Error: {file_path}")
pass pass
continue continue
print()
print('--------------------------------------')
print
try: try:
@ -62,7 +72,7 @@ if __name__ == '__main__':
if '.md' in file: if '.md' in file:
with open(os.path.join(root, file), 'r') as f: with open(os.path.join(root, file), 'r', encoding='utf-8') as f:
lines = f.readlines() lines = f.readlines()
if lines[0].startswith("---") == False: if lines[0].startswith("---") == False:
print(f"{os.path.join(root, file)}") print(f"{os.path.join(root, file)}")
@ -70,4 +80,5 @@ if __name__ == '__main__':
f.close() f.close()
except: except:
print(f"Error: {os.path.join(root, file)}")
pass pass