mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 16:24:06 -06:00
Big timing change
This commit is contained in:
parent
9baffa4a5b
commit
604325f231
@ -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?
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- algorithm
|
- algorithm
|
||||||
- string
|
- string
|
||||||
- string-search
|
- string-search
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Abstract
|
# Abstract
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- data-structure
|
- data-structure
|
||||||
- basic
|
- basic
|
||||||
- algorithm
|
- algorithm
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Segment Tree
|
|||||||
tags:
|
tags:
|
||||||
- data-structure
|
- data-structure
|
||||||
- tree
|
- tree
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- deep-learning
|
- deep-learning
|
||||||
- evaluation
|
- evaluation
|
||||||
- time-series-dealing
|
- time-series-dealing
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- deep-learning
|
- deep-learning
|
||||||
- LLM
|
- LLM
|
||||||
- NLP
|
- NLP
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Training
|
# Training
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- LLM
|
- LLM
|
||||||
- deep-learning
|
- deep-learning
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# LLM Temperature
|
# LLM Temperature
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- deep-learning
|
- deep-learning
|
||||||
- RLHF
|
- RLHF
|
||||||
- LLM-training-method
|
- LLM-training-method
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: LLM training steps
|
|||||||
tags:
|
tags:
|
||||||
- LLM
|
- LLM
|
||||||
- deep-learning
|
- deep-learning
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
训练大型语言模型(LLM)的方法通常涉及以下步骤:
|
训练大型语言模型(LLM)的方法通常涉及以下步骤:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- metrics
|
- metrics
|
||||||
- time-series-dealing
|
- time-series-dealing
|
||||||
- evalution
|
- evalution
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -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。
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- deep-learning
|
- deep-learning
|
||||||
- time-series-dealing
|
- time-series-dealing
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!quote]
|
> [!quote]
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: XGBoost
|
|||||||
tags:
|
tags:
|
||||||
- deep-learning
|
- deep-learning
|
||||||
- ensemble-learning
|
- ensemble-learning
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: "⭐Attenion"
|
|||||||
tags:
|
tags:
|
||||||
- deep-learning
|
- deep-learning
|
||||||
- attention
|
- attention
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Self-Attention
|
# Self-Attention
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: "Transformer"
|
|||||||
tags:
|
tags:
|
||||||
- deep-learning
|
- deep-learning
|
||||||
- attention
|
- attention
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!info]
|
> [!info]
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Deep Learning - MOC
|
|||||||
tags:
|
tags:
|
||||||
- MOC
|
- MOC
|
||||||
- deep-learning
|
- deep-learning
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Tech Explanation
|
# Tech Explanation
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
title: Support Vector Machine
|
title: Support Vector Machine
|
||||||
tags:
|
tags:
|
||||||
- machine-learning
|
- machine-learning
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Independence & Correlation
|
|||||||
tags:
|
tags:
|
||||||
- math
|
- math
|
||||||
- statistics
|
- statistics
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Independent
|
# Independent
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- math
|
- math
|
||||||
- stochastic-process
|
- stochastic-process
|
||||||
- signal-processing
|
- signal-processing
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Reference
|
# Reference
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: The economist style graph
|
|||||||
tags:
|
tags:
|
||||||
- data-visual
|
- data-visual
|
||||||
- statistics
|
- statistics
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Reference
|
# Reference
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- tableau
|
- tableau
|
||||||
- data-visual
|
- data-visual
|
||||||
- data
|
- data
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# What is Tableau
|
# What is Tableau
|
||||||
|
|||||||
@ -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个区间。
|
||||||
|
|||||||
@ -7,6 +7,7 @@ tags:
|
|||||||
- algorithm
|
- algorithm
|
||||||
- discrete-mathematics
|
- discrete-mathematics
|
||||||
- set-theory
|
- set-theory
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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?
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Cauchy Principal Value
|
|||||||
tags:
|
tags:
|
||||||
- math
|
- math
|
||||||
- real-analysis
|
- real-analysis
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Notation
|
# Notation
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
||||||
@ -3,6 +3,7 @@ title: How to use Moodboard
|
|||||||
tags:
|
tags:
|
||||||
- photography
|
- photography
|
||||||
- skill
|
- skill
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- Polaroid
|
- Polaroid
|
||||||
- story
|
- story
|
||||||
- film
|
- film
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Hiking
|
# Hiking
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- photography
|
- photography
|
||||||
- landscape
|
- landscape
|
||||||
- photography
|
- photography
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- sea
|
- sea
|
||||||
- landscape
|
- landscape
|
||||||
- aesthetic
|
- aesthetic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- photography
|
- photography
|
||||||
- Polaroid
|
- Polaroid
|
||||||
- share
|
- share
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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),
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- photography
|
- photography
|
||||||
- basic
|
- basic
|
||||||
- lens
|
- lens
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
有很多因素影响lens performance:
|
有很多因素影响lens performance:
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- photography
|
- photography
|
||||||
- MOC
|
- MOC
|
||||||
- polaroid
|
- polaroid
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Polaroid Background
|
# Polaroid Background
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: "Photography - MOC"
|
|||||||
tags:
|
tags:
|
||||||
- MOC
|
- MOC
|
||||||
- photography
|
- photography
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# 🌊Photo Portfolio
|
# 🌊Photo Portfolio
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- basic
|
- basic
|
||||||
- physics
|
- physics
|
||||||
- electric
|
- electric
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Electrical impedance
|
# Electrical impedance
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- physics
|
- physics
|
||||||
- electromagnetism
|
- electromagnetism
|
||||||
- nuclear-level-knowledge
|
- nuclear-level-knowledge
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Equation
|
# Equation
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- electric
|
- electric
|
||||||
- electromagnetism
|
- electromagnetism
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Explanation
|
# Explanation
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Resonant circuit
|
|||||||
tags:
|
tags:
|
||||||
- physics
|
- physics
|
||||||
- electric
|
- electric
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
以RLC串联电路为例
|
以RLC串联电路为例
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- optical
|
- optical
|
||||||
- photography
|
- photography
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# What is optical aberration
|
# What is optical aberration
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- physics
|
- physics
|
||||||
- basic
|
- basic
|
||||||
- wave
|
- wave
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
多普勒效应(**Doppler effect**)是波源和观察者有相对运动时,观察者接受到波的频率与波源发出的频率并不相同的现象。
|
多普勒效应(**Doppler effect**)是波源和观察者有相对运动时,观察者接受到波的频率与波源发出的频率并不相同的现象。
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
title: Life List🚀
|
title: Life List🚀
|
||||||
tags:
|
tags:
|
||||||
- dream
|
- dream
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Exhibition
|
# Exhibition
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
|
---
|
||||||
对天线进行测距能力的测试
|
title: 2023.04.16 天线测试
|
||||||
|
tags:
|
||||||
|
- antenna
|
||||||
|
date: 2023-04-16
|
||||||
|
---
|
||||||
|
|
||||||
# 背景
|
# 背景
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- signal-processing
|
- signal-processing
|
||||||
- VNA
|
- VNA
|
||||||
- UWB
|
- UWB
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
# 问题
|
# 问题
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -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 压疮综述
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: 关于压疮(pressure injury)相关的文献阅读
|
|||||||
tags:
|
tags:
|
||||||
- papers
|
- papers
|
||||||
- pressure-injury
|
- pressure-injury
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
title: Dec. 2023 Work Plan
|
title: Dec. 2023 Work Plan
|
||||||
tags:
|
tags:
|
||||||
- plan
|
- plan
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
Task:
|
Task:
|
||||||
|
|||||||
@ -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),功率谱估计是随机信号处理的重要研究内容之一
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- signal-processing
|
- signal-processing
|
||||||
- VNA
|
- VNA
|
||||||
- antenna
|
- antenna
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
天线的驻波比(Standing Wave Ratio,SWR)是用于**衡量天线与传输线或电路之间的匹配性能的一个关键参数**。SWR是一个无单位的值,通常表示为正数,它用于表示天线的输入阻抗与传输线或电路的特性阻抗之间的比率。SWR的值越低,表示天线与传输线的匹配越好,能更有效地传输能量。
|
天线的驻波比(Standing Wave Ratio,SWR)是用于**衡量天线与传输线或电路之间的匹配性能的一个关键参数**。SWR是一个无单位的值,通常表示为正数,它用于表示天线的输入阻抗与传输线或电路的特性阻抗之间的比率。SWR的值越低,表示天线与传输线的匹配越好,能更有效地传输能量。
|
||||||
|
|
||||||
|
|||||||
@ -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,分别表示反射系数和传输系数。
|
||||||
|
|
||||||
|
|||||||
@ -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的名字命名,他对电路匹配问题作出了重要贡献。
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- signal-processing
|
- signal-processing
|
||||||
- basic
|
- basic
|
||||||
- system
|
- system
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# 离散系统稳定性判别(因果系统)
|
# 离散系统稳定性判别(因果系统)
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- signal
|
- signal
|
||||||
- ciruit-componets
|
- ciruit-componets
|
||||||
- UWB
|
- UWB
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
阶跃恢复二极管(Step Recovery Diode,SRD)是一种特殊类型的二极管,通常用于高频、脉冲和微波应用中。它的特殊结构和工作原理使其能够产生非常快速的电压和电流变化,因此在信号产生、调制和混频等电子电路中有广泛的应用。以下是关于SRD的详细介绍:
|
阶跃恢复二极管(Step Recovery Diode,SRD)是一种特殊类型的二极管,通常用于高频、脉冲和微波应用中。它的特殊结构和工作原理使其能够产生非常快速的电压和电流变化,因此在信号产生、调制和混频等电子电路中有广泛的应用。以下是关于SRD的详细介绍:
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Learn VNA in practical way
|
|||||||
tags:
|
tags:
|
||||||
- devices
|
- devices
|
||||||
- signal-processing
|
- signal-processing
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
|
|||||||
@ -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标准是在美国制定的,常用于美国、加拿大和其他一些国家。
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- signal
|
- signal
|
||||||
- equipment
|
- equipment
|
||||||
- devices
|
- devices
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Structure
|
# Structure
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- equipment
|
- equipment
|
||||||
- signal
|
- signal
|
||||||
- signal-processing
|
- signal-processing
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
# Simple review
|
# Simple review
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
title: Operational Amplifier
|
title: Operational Amplifier
|
||||||
tags:
|
tags:
|
||||||
- signal
|
- signal
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
运算放大器
|
运算放大器
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- devices
|
- devices
|
||||||
- equipment
|
- equipment
|
||||||
- protocols
|
- protocols
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
Quality Control Certified是指通过一系列认证和标准评估的质量控制体系,其中UL(Underwriters Laboratories)、TUV(Technischer Überwachungsverein)和ISO(International Organization for Standardization)是三个常见的认证和标准机构。下面是它们的简要介绍:
|
Quality Control Certified是指通过一系列认证和标准评估的质量控制体系,其中UL(Underwriters Laboratories)、TUV(Technischer Überwachungsverein)和ISO(International Organization for Standardization)是三个常见的认证和标准机构。下面是它们的简要介绍:
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- signal-processing
|
- signal-processing
|
||||||
- algorithm
|
- algorithm
|
||||||
- envelope
|
- envelope
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Chebyshev Filter
|
|||||||
tags:
|
tags:
|
||||||
- signal-processing
|
- signal-processing
|
||||||
- filter
|
- filter
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# History
|
# History
|
||||||
|
|||||||
@ -4,6 +4,7 @@ tags:
|
|||||||
- SAR
|
- SAR
|
||||||
- physics
|
- physics
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Theorem you need know
|
# Theorem you need know
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Chirp - 啁啾
|
|||||||
tags:
|
tags:
|
||||||
- basic
|
- basic
|
||||||
- signal
|
- signal
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
啁啾(Chirp)是指频率随时间而改变(增加或减少)的信号。其名称来源于这种信号听起来类似鸟鸣的啾声。
|
啁啾(Chirp)是指频率随时间而改变(增加或减少)的信号。其名称来源于这种信号听起来类似鸟鸣的啾声。
|
||||||
|
|||||||
@ -3,6 +3,7 @@ title: Radiometric Calibration - 辐射校准
|
|||||||
tags:
|
tags:
|
||||||
- SAR
|
- SAR
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tags:
|
|||||||
- basic
|
- basic
|
||||||
- algorithm
|
- algorithm
|
||||||
- state-of-art
|
- state-of-art
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
||||||
@ -2,6 +2,7 @@
|
|||||||
title: 2023三位一体 - 生医工面试真题
|
title: 2023三位一体 - 生医工面试真题
|
||||||
tags:
|
tags:
|
||||||
- tmp
|
- tmp
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
title: Prefix Sum
|
title: Prefix Sum
|
||||||
tags:
|
tags:
|
||||||
- basic
|
- basic
|
||||||
|
date: 2024-02-28
|
||||||
---
|
---
|
||||||
|
|
||||||
假设我们有一个长度为n的数组arr,**前缀和**数组prefixSum的定义如下:
|
假设我们有一个长度为n的数组arr,**前缀和**数组prefixSum的定义如下:
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user