From 604325f2319c012fd998f78b5f77cd481edfdd06 Mon Sep 17 00:00:00 2001 From: PinkR1ver <3180102330@zju.edu.cn> Date: Sat, 2 Mar 2024 14:59:55 +0800 Subject: [PATCH] Big timing change --- .../graph/spanning_tree.md | 1 + .../graph/topological_sorting.md | 1 + .../string/KMP.md | 1 + .../tree/fenwick_tree.md | 1 + .../tree/segment_tree.md | 1 + .../Evaluation/time_series_forecasting.md | 1 + .../Famous_Model/DeepAR.md | 1 + .../LLM/LLM_MOC.md | 1 + .../LLM/basic/llm_hyperparameter.md | 1 + .../LLM/train/RLHF.md | 1 + .../LLM/train/steps.md | 1 + .../LLM/train/train_LLM.md | 1 + .../Model_interpretability/SHAP.md | 1 + .../Trick/DTW.md | 1 + .../Trick/quantile_loss.md | 1 + .../deep_learning/LSTM.md | 1 + .../deep_learning/XGBoost.md | 1 + .../deep_learning/attention.md | 1 + .../deep_neural_decision_forests.md | 1 + .../deep_learning/transformer.md | 1 + .../deep_learning_MOC.md | 1 + .../machine_learning/SVM.md | 1 + .../MCU/different_programming_interfaces.md | 1 + content/data_sci/basic/relationship.md | 1 + .../stochastic_process/stationary_process.md | 1 + .../visual_style/the_economist_style.md | 1 + .../Tableau/tableau_learn_basic.md | 1 + content/math/Statistics/Basic/Quantile.md | 1 + .../cantor_expansion/cantor_expansion.md | 1 + .../Quadratic_Programming.md | 1 + .../real_analysis/cauchy_principal_value.md | 1 + .../photography/Skills/howToShowPolaroid.md | 1 + content/photography/Skills/moodboard.md | 1 + .../Story/rainy_evening_hiking_Polaroid.md | 1 + .../Fujifilm_Blue_by_小红书_Philips谢骏.md | 1 + .../aesthetic/Landscape/Sea/Sea_MOC.md | 1 + .../Sea/豊島_Instagram_shiifoncake.md | 1 + .../aesthetic/Polaroid/Polaroid_showcase.md | 1 + .../Portrait/From Korean MV Todays_Mod.md | 1 + .../photography/aesthetic/Style/Style_MOC.md | 1 + content/photography/basic/MTF_Curve.md | 1 + .../cameras_Research/Polaroid/Polaroid.md | 1 + .../mood_board/Sea_20230428/idea.md | 1 + content/photography/photography_MOC.md | 1 + .../electromagnetism/Basic/Electric_units.md | 1 + .../electromagnetism/maxwells_equation.md | 1 + content/physics/electromagnetism/q_factor.md | 1 + .../electromagnetism/resonant_circuit.md | 1 + content/physics/optical/optical_abberation.md | 1 + content/physics/wave/doppler_effect.md | 1 + content/plan/exhibition/whisky_l.md | 1 + content/plan/life.md | 1 + content/report/2023.04.16 天线测试.md | 8 +++- .../UWB_about/UWB_signal_generate.md | 1 + .../UWB_about/attachments/receiving_signal.md | 0 .../UWB_about/report/UWB_signal_generate.md | 1 + .../UWB_about/report/VNA_research.md | 1 + .../report/flight_time_calculation.md | 1 + ...高频信号大趋势包络提取后的信号关键点提取.md | 1 + .../device/VNA_set_instruction.md | 1 + .../2024_winter_holiday/PI_overview.md | 1 + .../papers_read_about_pressure_injury.md | 1 + .../papers_read/papers_2023_10.md | 1 + .../papers_read/papers_2023_11.md | 1 + .../plan/Next_work_plan/2023_12.md | 1 + .../PSD_estimation/PSD_estimation.md | 1 + .../basic_knowledge/FT/fourier_transform.md | 1 + .../basic_knowledge/concept/FM_vs_AM.md | 1 + .../basic_knowledge/concept/SWR.md | 1 + .../concept/scattering_parameters.md | 1 + .../basic_knowledge/concept/smith_graph.md | 1 + .../basic_knowledge/random_signal_basic.md | 1 + .../stability_of_discrete_system.md | 1 + .../device_and_components/SRD.md | 1 + .../device_and_components/VNA_learn.md | 1 + .../device_and_components/cable/AWG.md | 1 + .../device_and_components/cable/cable.md | 1 + .../cable/skin_effect.md | 1 + .../device_and_components/op_amp.md | 1 + .../quality_control_certified/qcc.md | 1 + .../envelope/hilbert_transform.md | 1 + .../filter/chebyshev_filter.md | 1 + .../Antenna.md | 1 + .../synthetic_aperture_radar_imaging/Chirp.md | 1 + .../Radiometric_Calibration.md | 1 + .../SAR_Explained.md | 5 ++- .../SAR_Imaging_Algorithm.md | 1 + .../SAR_MOC.md | 6 +-- content/tmp_script/interview_31_ans.md | 1 + content/tmp_script/prefix_sum.md | 1 + git_time_get.py | 37 ++++++++++++------- 91 files changed, 122 insertions(+), 20 deletions(-) delete mode 100644 content/research_career/UWB_about/attachments/receiving_signal.md diff --git a/content/computer_sci/data_structure_and_algorithm/graph/spanning_tree.md b/content/computer_sci/data_structure_and_algorithm/graph/spanning_tree.md index 9bea91f09..23ba65038 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/spanning_tree.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/spanning_tree.md @@ -3,6 +3,7 @@ title: Spanning Tree tags: - graph - data-structure +date: 2024-02-28 --- # What is Spanning Tree? diff --git a/content/computer_sci/data_structure_and_algorithm/graph/topological_sorting.md b/content/computer_sci/data_structure_and_algorithm/graph/topological_sorting.md index 66fff9d58..8f8e5921d 100644 --- a/content/computer_sci/data_structure_and_algorithm/graph/topological_sorting.md +++ b/content/computer_sci/data_structure_and_algorithm/graph/topological_sorting.md @@ -3,6 +3,7 @@ title: Topological Sorting tags: - data-structure - graph +date: 2024-02-28 --- # What is Topological Sorting diff --git a/content/computer_sci/data_structure_and_algorithm/string/KMP.md b/content/computer_sci/data_structure_and_algorithm/string/KMP.md index a90148d59..21c058e3e 100644 --- a/content/computer_sci/data_structure_and_algorithm/string/KMP.md +++ b/content/computer_sci/data_structure_and_algorithm/string/KMP.md @@ -4,6 +4,7 @@ tags: - algorithm - string - string-search +date: 2024-02-28 --- # Abstract diff --git a/content/computer_sci/data_structure_and_algorithm/tree/fenwick_tree.md b/content/computer_sci/data_structure_and_algorithm/tree/fenwick_tree.md index b19172fe2..e5d21b8bd 100644 --- a/content/computer_sci/data_structure_and_algorithm/tree/fenwick_tree.md +++ b/content/computer_sci/data_structure_and_algorithm/tree/fenwick_tree.md @@ -4,6 +4,7 @@ tags: - data-structure - basic - algorithm +date: 2024-02-28 --- diff --git a/content/computer_sci/data_structure_and_algorithm/tree/segment_tree.md b/content/computer_sci/data_structure_and_algorithm/tree/segment_tree.md index ad2d705f2..b96267802 100644 --- a/content/computer_sci/data_structure_and_algorithm/tree/segment_tree.md +++ b/content/computer_sci/data_structure_and_algorithm/tree/segment_tree.md @@ -3,6 +3,7 @@ title: Segment Tree tags: - data-structure - tree +date: 2024-02-28 --- # Overview diff --git a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md index 2d3031ea7..6515a12b0 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md @@ -4,6 +4,7 @@ tags: - deep-learning - evaluation - time-series-dealing +date: 2024-02-28 --- ![](computer_sci/deep_learning_and_machine_learning/Evaluation/attachments/Pasted%20image%2020230526162839.png) diff --git a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/DeepAR.md b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/DeepAR.md index a46307a5c..7a579034c 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/DeepAR.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Famous_Model/DeepAR.md @@ -4,6 +4,7 @@ tags: - deep-learning - model - 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. diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/LLM_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/LLM_MOC.md index 1a3a92952..d3ce0e878 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/LLM_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/LLM_MOC.md @@ -4,6 +4,7 @@ tags: - deep-learning - LLM - NLP +date: 2024-02-28 --- # Training diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/basic/llm_hyperparameter.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/basic/llm_hyperparameter.md index a0f9deed9..91be21a9c 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/basic/llm_hyperparameter.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/basic/llm_hyperparameter.md @@ -5,6 +5,7 @@ tags: - LLM - deep-learning - basic +date: 2024-02-28 --- # LLM Temperature diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/RLHF.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/RLHF.md index 8f72b3060..ae23de287 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/RLHF.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/RLHF.md @@ -5,6 +5,7 @@ tags: - deep-learning - RLHF - LLM-training-method +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/steps.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/steps.md index d31c00085..846eb7dad 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/steps.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/steps.md @@ -3,6 +3,7 @@ title: LLM training steps tags: - LLM - deep-learning +date: 2024-02-28 --- 训练大型语言模型(LLM)的方法通常涉及以下步骤: diff --git a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/train_LLM.md b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/train_LLM.md index 5cea2bae0..0c33737ab 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/LLM/train/train_LLM.md +++ b/content/computer_sci/deep_learning_and_machine_learning/LLM/train/train_LLM.md @@ -4,6 +4,7 @@ tags: - LLM - LLM-training-method - deep-learning +date: 2024-02-28 --- # Find a dataset diff --git a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md index ad4a91d78..b4bde1f2e 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md @@ -4,6 +4,7 @@ tags: - deep-learning - interpretability - 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 diff --git a/content/computer_sci/deep_learning_and_machine_learning/Trick/DTW.md b/content/computer_sci/deep_learning_and_machine_learning/Trick/DTW.md index 2f073d4c2..6d1f7b345 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Trick/DTW.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Trick/DTW.md @@ -4,6 +4,7 @@ tags: - metrics - time-series-dealing - evalution +date: 2024-02-28 --- ![](computer_sci/deep_learning_and_machine_learning/Trick/attachments/Pasted%20image%2020230526164724.png) diff --git a/content/computer_sci/deep_learning_and_machine_learning/Trick/quantile_loss.md b/content/computer_sci/deep_learning_and_machine_learning/Trick/quantile_loss.md index ea71c817d..51a42fa38 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/Trick/quantile_loss.md +++ b/content/computer_sci/deep_learning_and_machine_learning/Trick/quantile_loss.md @@ -4,6 +4,7 @@ tags: - loss-function - deep-learning - deep-learning-math +date: 2024-02-28 --- 在大多数现实世界的预测问题中,我们的预测所带来的不确定性具有重要价值。相较于仅仅提供点估计,了解预测范围能够显著改善许多商业应用的决策过程。**Quantile loss**就是为例帮助我们了解预测范围的loss function。 diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/LSTM.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/LSTM.md index 8f3780639..e29608ff0 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/LSTM.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/LSTM.md @@ -4,6 +4,7 @@ tags: - deep-learning - time-series-dealing - basic +date: 2024-02-28 --- > [!quote] diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/XGBoost.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/XGBoost.md index 8e0b0c95f..fa8bbed6f 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/XGBoost.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/XGBoost.md @@ -3,6 +3,7 @@ title: XGBoost tags: - deep-learning - ensemble-learning +date: 2024-02-28 --- diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/attention.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/attention.md index 70f0d2a99..6d0bc48ef 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/attention.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/attention.md @@ -3,6 +3,7 @@ title: "⭐Attenion" tags: - deep-learning - attention +date: 2024-02-28 --- # Self-Attention diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_neural_decision_forests.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_neural_decision_forests.md index dea4e9064..538bc4a5d 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_neural_decision_forests.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/deep_neural_decision_forests.md @@ -2,6 +2,7 @@ title: Deep Neural Decision Forests tags: - deep-learning +date: 2024-02-28 --- # Background diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/transformer.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/transformer.md index 7d75c4991..e9d815958 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning/transformer.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning/transformer.md @@ -3,6 +3,7 @@ title: "Transformer" tags: - deep-learning - attention +date: 2024-02-28 --- > [!info] diff --git a/content/computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md b/content/computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md index ec42b171c..413cc2a39 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md +++ b/content/computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md @@ -3,6 +3,7 @@ title: Deep Learning - MOC tags: - MOC - deep-learning +date: 2024-02-28 --- # Tech Explanation diff --git a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md index 6aead8781..d9b399c0b 100644 --- a/content/computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md +++ b/content/computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md @@ -2,6 +2,7 @@ title: Support Vector Machine tags: - machine-learning +date: 2024-02-28 --- # Overview diff --git a/content/computer_sci/hardware/MCU/different_programming_interfaces.md b/content/computer_sci/hardware/MCU/different_programming_interfaces.md index b2f4c8058..9f1243b54 100644 --- a/content/computer_sci/hardware/MCU/different_programming_interfaces.md +++ b/content/computer_sci/hardware/MCU/different_programming_interfaces.md @@ -2,6 +2,7 @@ title: Different Programming Interfaces tags: - hardware +date: 2024-02-28 --- # What is programming interfaces in MCU diff --git a/content/data_sci/basic/relationship.md b/content/data_sci/basic/relationship.md index bb100e41d..7fd721a46 100644 --- a/content/data_sci/basic/relationship.md +++ b/content/data_sci/basic/relationship.md @@ -3,6 +3,7 @@ title: Independence & Correlation tags: - math - statistics +date: 2024-02-28 --- # Independent diff --git a/content/data_sci/stochastic_process/stationary_process.md b/content/data_sci/stochastic_process/stationary_process.md index f5d4fdf94..0db613d3a 100644 --- a/content/data_sci/stochastic_process/stationary_process.md +++ b/content/data_sci/stochastic_process/stationary_process.md @@ -5,6 +5,7 @@ tags: - math - stochastic-process - signal-processing +date: 2024-02-28 --- # Reference diff --git a/content/data_sci/visualization/visual_style/the_economist_style.md b/content/data_sci/visualization/visual_style/the_economist_style.md index fd7f0da8d..0c24e9e24 100644 --- a/content/data_sci/visualization/visual_style/the_economist_style.md +++ b/content/data_sci/visualization/visual_style/the_economist_style.md @@ -3,6 +3,7 @@ title: The economist style graph tags: - data-visual - statistics +date: 2024-02-28 --- # Reference diff --git a/content/data_sci/visualization/visual_tool/Tableau/tableau_learn_basic.md b/content/data_sci/visualization/visual_tool/Tableau/tableau_learn_basic.md index 8f240318a..b9e80c9a8 100644 --- a/content/data_sci/visualization/visual_tool/Tableau/tableau_learn_basic.md +++ b/content/data_sci/visualization/visual_tool/Tableau/tableau_learn_basic.md @@ -5,6 +5,7 @@ tags: - tableau - data-visual - data +date: 2024-02-28 --- # What is Tableau diff --git a/content/math/Statistics/Basic/Quantile.md b/content/math/Statistics/Basic/Quantile.md index 830d54c14..6c30919fd 100644 --- a/content/math/Statistics/Basic/Quantile.md +++ b/content/math/Statistics/Basic/Quantile.md @@ -4,6 +4,7 @@ tags: - math - statistics - basic +date: 2024-02-28 --- **分位数**(英语:Quantile),亦称**分位点**,是指用分割点(cut point)将一个随机变量的概率分布范围分为几个具有相同概率的连续区间。分割点的数量比划分出的区间少1,例如3个分割点能分出4个区间。 diff --git a/content/math/discrete_mathematics/set_theory/cantor_expansion/cantor_expansion.md b/content/math/discrete_mathematics/set_theory/cantor_expansion/cantor_expansion.md index f6dd54860..f019b3f5e 100644 --- a/content/math/discrete_mathematics/set_theory/cantor_expansion/cantor_expansion.md +++ b/content/math/discrete_mathematics/set_theory/cantor_expansion/cantor_expansion.md @@ -7,6 +7,7 @@ tags: - algorithm - discrete-mathematics - set-theory +date: 2024-02-28 --- diff --git a/content/math/optimization_problem/Quadratic_Programming.md b/content/math/optimization_problem/Quadratic_Programming.md index 54a1fa434..159726fe6 100644 --- a/content/math/optimization_problem/Quadratic_Programming.md +++ b/content/math/optimization_problem/Quadratic_Programming.md @@ -4,6 +4,7 @@ tags: - math - optimize - optimization +date: 2024-02-28 --- # Why I write this note? diff --git a/content/math/real_analysis/cauchy_principal_value.md b/content/math/real_analysis/cauchy_principal_value.md index cd9d32d1f..bba22984d 100644 --- a/content/math/real_analysis/cauchy_principal_value.md +++ b/content/math/real_analysis/cauchy_principal_value.md @@ -3,6 +3,7 @@ title: Cauchy Principal Value tags: - math - real-analysis +date: 2024-02-28 --- # Notation diff --git a/content/photography/Skills/howToShowPolaroid.md b/content/photography/Skills/howToShowPolaroid.md index 55347be05..19d9dea66 100644 --- a/content/photography/Skills/howToShowPolaroid.md +++ b/content/photography/Skills/howToShowPolaroid.md @@ -4,6 +4,7 @@ tags: - Polaroid - photography - skill +date: 2024-02-28 --- * [宝丽来翻拍9宫格](photography/aesthetic/Polaroid/Polaroid_showcase.md) \ No newline at end of file diff --git a/content/photography/Skills/moodboard.md b/content/photography/Skills/moodboard.md index 628930e42..2b2d592ee 100644 --- a/content/photography/Skills/moodboard.md +++ b/content/photography/Skills/moodboard.md @@ -3,6 +3,7 @@ title: How to use Moodboard tags: - photography - skill +date: 2024-02-28 --- # Overview diff --git a/content/photography/Story/rainy_evening_hiking_Polaroid.md b/content/photography/Story/rainy_evening_hiking_Polaroid.md index c6e87bd75..34a5e26e3 100644 --- a/content/photography/Story/rainy_evening_hiking_Polaroid.md +++ b/content/photography/Story/rainy_evening_hiking_Polaroid.md @@ -5,6 +5,7 @@ tags: - Polaroid - story - film +date: 2024-02-28 --- # Hiking diff --git a/content/photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md b/content/photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md index 9f7af8a2f..401d86cb3 100644 --- a/content/photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md +++ b/content/photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md @@ -4,6 +4,7 @@ tags: - photography - landscape - photography +date: 2024-02-28 --- ![](photography/aesthetic/Landscape/Sea/attachments/Pasted%20image%2020230420014349.png) diff --git a/content/photography/aesthetic/Landscape/Sea/Sea_MOC.md b/content/photography/aesthetic/Landscape/Sea/Sea_MOC.md index 2fb622853..3a2ab77f3 100644 --- a/content/photography/aesthetic/Landscape/Sea/Sea_MOC.md +++ b/content/photography/aesthetic/Landscape/Sea/Sea_MOC.md @@ -5,6 +5,7 @@ tags: - sea - photography - aesthetic +date: 2024-02-28 --- * [Fujifilm Blue🌊, 小红书-Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md) diff --git a/content/photography/aesthetic/Landscape/Sea/豊島_Instagram_shiifoncake.md b/content/photography/aesthetic/Landscape/Sea/豊島_Instagram_shiifoncake.md index 57b35fb78..6a71c729b 100644 --- a/content/photography/aesthetic/Landscape/Sea/豊島_Instagram_shiifoncake.md +++ b/content/photography/aesthetic/Landscape/Sea/豊島_Instagram_shiifoncake.md @@ -5,6 +5,7 @@ tags: - sea - landscape - aesthetic +date: 2024-02-28 --- ![](photography/aesthetic/Landscape/Sea/attachments/shiifoncake_338949220_771246770941652_287141902256013940_n.jpg) diff --git a/content/photography/aesthetic/Polaroid/Polaroid_showcase.md b/content/photography/aesthetic/Polaroid/Polaroid_showcase.md index ca0b7f0cf..2848bc3a3 100644 --- a/content/photography/aesthetic/Polaroid/Polaroid_showcase.md +++ b/content/photography/aesthetic/Polaroid/Polaroid_showcase.md @@ -4,6 +4,7 @@ tags: - photography - Polaroid - share +date: 2024-02-28 --- diff --git a/content/photography/aesthetic/Portrait/From Korean MV Todays_Mod.md b/content/photography/aesthetic/Portrait/From Korean MV Todays_Mod.md index 0bace248c..3775359ab 100644 --- a/content/photography/aesthetic/Portrait/From Korean MV Todays_Mod.md +++ b/content/photography/aesthetic/Portrait/From Korean MV Todays_Mod.md @@ -6,6 +6,7 @@ tags: - korean - cute - 摘抄 +date: 2024-02-28 --- Credits to [MV - CHEEZE(치즈) _ Today's Mood(오늘의 기분)](https://www.youtube.com/watch?v=zRq_DlEzygk), diff --git a/content/photography/aesthetic/Style/Style_MOC.md b/content/photography/aesthetic/Style/Style_MOC.md index 83e6d1e87..a7b819c02 100644 --- a/content/photography/aesthetic/Style/Style_MOC.md +++ b/content/photography/aesthetic/Style/Style_MOC.md @@ -5,6 +5,7 @@ tags: - style - share - MOC +date: 2024-02-28 --- * [🌅Warmth - Nguan](photography/aesthetic/Style/Warmth_by_Nguan.md) diff --git a/content/photography/basic/MTF_Curve.md b/content/photography/basic/MTF_Curve.md index ae6f1a470..c89fa96a8 100644 --- a/content/photography/basic/MTF_Curve.md +++ b/content/photography/basic/MTF_Curve.md @@ -4,6 +4,7 @@ tags: - photography - basic - lens +date: 2024-02-28 --- 有很多因素影响lens performance: diff --git a/content/photography/cameras_Research/Polaroid/Polaroid.md b/content/photography/cameras_Research/Polaroid/Polaroid.md index 32111df7c..8002210a0 100644 --- a/content/photography/cameras_Research/Polaroid/Polaroid.md +++ b/content/photography/cameras_Research/Polaroid/Polaroid.md @@ -5,6 +5,7 @@ tags: - photography - MOC - polaroid +date: 2024-02-28 --- # Polaroid Background diff --git a/content/photography/mood_board/Sea_20230428/idea.md b/content/photography/mood_board/Sea_20230428/idea.md index ed05727ca..976522040 100644 --- a/content/photography/mood_board/Sea_20230428/idea.md +++ b/content/photography/mood_board/Sea_20230428/idea.md @@ -4,6 +4,7 @@ tags: - photography - moodboard - idea +date: 2024-02-28 --- # [Fujifilm_Blue_by_小红书_Philips谢骏](photography/aesthetic/Landscape/Sea/Fujifilm_Blue_by_小红书_Philips谢骏.md) diff --git a/content/photography/photography_MOC.md b/content/photography/photography_MOC.md index a1c5d11cd..0bad9f614 100644 --- a/content/photography/photography_MOC.md +++ b/content/photography/photography_MOC.md @@ -3,6 +3,7 @@ title: "Photography - MOC" tags: - MOC - photography +date: 2024-02-28 --- # 🌊Photo Portfolio diff --git a/content/physics/electromagnetism/Basic/Electric_units.md b/content/physics/electromagnetism/Basic/Electric_units.md index a823e2a8d..af9ac8545 100644 --- a/content/physics/electromagnetism/Basic/Electric_units.md +++ b/content/physics/electromagnetism/Basic/Electric_units.md @@ -5,6 +5,7 @@ tags: - basic - physics - electric +date: 2024-02-28 --- # Electrical impedance diff --git a/content/physics/electromagnetism/maxwells_equation.md b/content/physics/electromagnetism/maxwells_equation.md index 9cb4987fa..cdcd7c997 100644 --- a/content/physics/electromagnetism/maxwells_equation.md +++ b/content/physics/electromagnetism/maxwells_equation.md @@ -4,6 +4,7 @@ tags: - physics - electromagnetism - nuclear-level-knowledge +date: 2024-02-28 --- # Equation diff --git a/content/physics/electromagnetism/q_factor.md b/content/physics/electromagnetism/q_factor.md index 93af96936..f0d5f99b7 100644 --- a/content/physics/electromagnetism/q_factor.md +++ b/content/physics/electromagnetism/q_factor.md @@ -5,6 +5,7 @@ tags: - electric - electromagnetism - basic +date: 2024-02-28 --- # Explanation diff --git a/content/physics/electromagnetism/resonant_circuit.md b/content/physics/electromagnetism/resonant_circuit.md index 08ad28d56..e5721b904 100644 --- a/content/physics/electromagnetism/resonant_circuit.md +++ b/content/physics/electromagnetism/resonant_circuit.md @@ -3,6 +3,7 @@ title: Resonant circuit tags: - physics - electric +date: 2024-02-28 --- 以RLC串联电路为例 diff --git a/content/physics/optical/optical_abberation.md b/content/physics/optical/optical_abberation.md index f83d1b12e..b727954cc 100644 --- a/content/physics/optical/optical_abberation.md +++ b/content/physics/optical/optical_abberation.md @@ -4,6 +4,7 @@ tags: - optical - photography - basic +date: 2024-02-28 --- # What is optical aberration diff --git a/content/physics/wave/doppler_effect.md b/content/physics/wave/doppler_effect.md index 3020c7063..57aea4c99 100644 --- a/content/physics/wave/doppler_effect.md +++ b/content/physics/wave/doppler_effect.md @@ -4,6 +4,7 @@ tags: - physics - basic - wave +date: 2024-02-28 --- 多普勒效应(**Doppler effect**)是波源和观察者有相对运动时,观察者接受到波的频率与波源发出的频率并不相同的现象。 diff --git a/content/plan/exhibition/whisky_l.md b/content/plan/exhibition/whisky_l.md index 74171d0c1..5ccf1a444 100644 --- a/content/plan/exhibition/whisky_l.md +++ b/content/plan/exhibition/whisky_l.md @@ -3,6 +3,7 @@ title: Whisky L tags: - dream - exhibition +date: 2024-02-28 --- # What is whisky L diff --git a/content/plan/life.md b/content/plan/life.md index e55b12878..1ee56923e 100644 --- a/content/plan/life.md +++ b/content/plan/life.md @@ -2,6 +2,7 @@ title: Life List🚀 tags: - dream +date: 2024-02-28 --- # Exhibition diff --git a/content/report/2023.04.16 天线测试.md b/content/report/2023.04.16 天线测试.md index 2c7d8fdaa..a4455eadc 100644 --- a/content/report/2023.04.16 天线测试.md +++ b/content/report/2023.04.16 天线测试.md @@ -1,5 +1,9 @@ - - 对天线进行测距能力的测试 +--- +title: 2023.04.16 天线测试 +tags: +- antenna +date: 2023-04-16 +--- # 背景 diff --git a/content/research_career/UWB_about/UWB_signal_generate.md b/content/research_career/UWB_about/UWB_signal_generate.md index a6ad00b4b..6b98c8717 100644 --- a/content/research_career/UWB_about/UWB_signal_generate.md +++ b/content/research_career/UWB_about/UWB_signal_generate.md @@ -3,6 +3,7 @@ title: How to generate UWB signal tags: - UWB - signal-processing +date: 2024-02-28 --- # Actual Signals which find use in UWB systems diff --git a/content/research_career/UWB_about/attachments/receiving_signal.md b/content/research_career/UWB_about/attachments/receiving_signal.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/research_career/UWB_about/report/UWB_signal_generate.md b/content/research_career/UWB_about/report/UWB_signal_generate.md index a6ad00b4b..6b98c8717 100644 --- a/content/research_career/UWB_about/report/UWB_signal_generate.md +++ b/content/research_career/UWB_about/report/UWB_signal_generate.md @@ -3,6 +3,7 @@ title: How to generate UWB signal tags: - UWB - signal-processing +date: 2024-02-28 --- # Actual Signals which find use in UWB systems diff --git a/content/research_career/UWB_about/report/VNA_research.md b/content/research_career/UWB_about/report/VNA_research.md index 396bd2162..ae5dc8e01 100644 --- a/content/research_career/UWB_about/report/VNA_research.md +++ b/content/research_career/UWB_about/report/VNA_research.md @@ -2,6 +2,7 @@ title: Vector Network Analysis - Review tags: - UWB +date: 2024-02-28 --- # Brief Introduction diff --git a/content/research_career/UWB_about/report/flight_time_calculation.md b/content/research_career/UWB_about/report/flight_time_calculation.md index 2c56ae539..ce3fa89da 100644 --- a/content/research_career/UWB_about/report/flight_time_calculation.md +++ b/content/research_career/UWB_about/report/flight_time_calculation.md @@ -5,6 +5,7 @@ tags: - signal-processing - VNA - UWB +date: 2024-02-28 --- diff --git a/content/research_career/UWB_about/report/基于高频信号大趋势包络提取后的信号关键点提取.md b/content/research_career/UWB_about/report/基于高频信号大趋势包络提取后的信号关键点提取.md index 2803f4354..049d42c0e 100644 --- a/content/research_career/UWB_about/report/基于高频信号大趋势包络提取后的信号关键点提取.md +++ b/content/research_career/UWB_about/report/基于高频信号大趋势包络提取后的信号关键点提取.md @@ -3,6 +3,7 @@ title: Detect Signal Impulse Point by High Frequency Signal Envelope Method tags: - report - envelope +date: 2024-02-28 --- # 问题 diff --git a/content/research_career/device/VNA_set_instruction.md b/content/research_career/device/VNA_set_instruction.md index d8ce29ca8..af2c56c20 100644 --- a/content/research_career/device/VNA_set_instruction.md +++ b/content/research_career/device/VNA_set_instruction.md @@ -5,6 +5,7 @@ tags: - hardware - VNA - UWB +date: 2024-02-28 --- # Step by Step (Simple Overview) diff --git a/content/research_career/papers_read/2024_winter_holiday/PI_overview.md b/content/research_career/papers_read/2024_winter_holiday/PI_overview.md index 294a4a10f..e288d2fec 100644 --- a/content/research_career/papers_read/2024_winter_holiday/PI_overview.md +++ b/content/research_career/papers_read/2024_winter_holiday/PI_overview.md @@ -3,6 +3,7 @@ title: A systematic review of pressure injury 压疮综述 tags: - pressure-injury - overview +date: 2024-02-28 --- # A systematic review of pressure injury 压疮综述 diff --git a/content/research_career/papers_read/2024_winter_holiday/papers_read_about_pressure_injury.md b/content/research_career/papers_read/2024_winter_holiday/papers_read_about_pressure_injury.md index 9354bb68b..e025495c7 100644 --- a/content/research_career/papers_read/2024_winter_holiday/papers_read_about_pressure_injury.md +++ b/content/research_career/papers_read/2024_winter_holiday/papers_read_about_pressure_injury.md @@ -3,6 +3,7 @@ title: 关于压疮(pressure injury)相关的文献阅读 tags: - papers - pressure-injury +date: 2024-02-28 --- diff --git a/content/research_career/papers_read/papers_2023_10.md b/content/research_career/papers_read/papers_2023_10.md index 2b1c18997..27c242aae 100644 --- a/content/research_career/papers_read/papers_2023_10.md +++ b/content/research_career/papers_read/papers_2023_10.md @@ -3,6 +3,7 @@ title: Papers Read in 2023.10 tags: - papers - research-about +date: 2024-02-28 --- # Measurements of UWB through-the-wall propagation using spectrum analyzer and the Hilbert transform diff --git a/content/research_career/papers_read/papers_2023_11.md b/content/research_career/papers_read/papers_2023_11.md index 75d8aa78b..1635a2f6e 100644 --- a/content/research_career/papers_read/papers_2023_11.md +++ b/content/research_career/papers_read/papers_2023_11.md @@ -1,5 +1,6 @@ --- title: Papers Read in 2023.11 +date: 2024-02-28 --- # DESIGNING A UWB GENERATOR AND ANTENNA FOR CWD RADAR diff --git a/content/research_career/plan/Next_work_plan/2023_12.md b/content/research_career/plan/Next_work_plan/2023_12.md index 07795cb51..b79e5e1a5 100644 --- a/content/research_career/plan/Next_work_plan/2023_12.md +++ b/content/research_career/plan/Next_work_plan/2023_12.md @@ -2,6 +2,7 @@ title: Dec. 2023 Work Plan tags: - plan +date: 2024-02-28 --- Task: diff --git a/content/signal_processing/PSD_estimation/PSD_estimation.md b/content/signal_processing/PSD_estimation/PSD_estimation.md index 69d6d357e..c1930f736 100644 --- a/content/signal_processing/PSD_estimation/PSD_estimation.md +++ b/content/signal_processing/PSD_estimation/PSD_estimation.md @@ -3,5 +3,6 @@ title: Power spectral density estimation tags: - signal-processing - statistics +date: 2024-02-28 --- [Power spectral density estimation](signal_processing/basic_knowledge/concept/Spectral_density.md)(PSDE, or SDE),功率谱估计是随机信号处理的重要研究内容之一 \ No newline at end of file diff --git a/content/signal_processing/basic_knowledge/FT/fourier_transform.md b/content/signal_processing/basic_knowledge/FT/fourier_transform.md index 1d5ec25ff..c96fd2329 100644 --- a/content/signal_processing/basic_knowledge/FT/fourier_transform.md +++ b/content/signal_processing/basic_knowledge/FT/fourier_transform.md @@ -3,6 +3,7 @@ title: Fourier Transform tags: - math - signal-processing +date: 2024-02-28 --- # Almost Fourier Transform diff --git a/content/signal_processing/basic_knowledge/concept/FM_vs_AM.md b/content/signal_processing/basic_knowledge/concept/FM_vs_AM.md index 0f656a541..f4a0da2bb 100644 --- a/content/signal_processing/basic_knowledge/concept/FM_vs_AM.md +++ b/content/signal_processing/basic_knowledge/concept/FM_vs_AM.md @@ -3,6 +3,7 @@ title: FM signal vs. AM signal - Learning Signal Transmitting tags: - signal - signal-processing +date: 2024-02-28 --- # Reference diff --git a/content/signal_processing/basic_knowledge/concept/SWR.md b/content/signal_processing/basic_knowledge/concept/SWR.md index f8207ad0a..319e97cce 100644 --- a/content/signal_processing/basic_knowledge/concept/SWR.md +++ b/content/signal_processing/basic_knowledge/concept/SWR.md @@ -4,6 +4,7 @@ tags: - signal-processing - VNA - antenna +date: 2024-02-28 --- 天线的驻波比(Standing Wave Ratio,SWR)是用于**衡量天线与传输线或电路之间的匹配性能的一个关键参数**。SWR是一个无单位的值,通常表示为正数,它用于表示天线的输入阻抗与传输线或电路的特性阻抗之间的比率。SWR的值越低,表示天线与传输线的匹配越好,能更有效地传输能量。 diff --git a/content/signal_processing/basic_knowledge/concept/scattering_parameters.md b/content/signal_processing/basic_knowledge/concept/scattering_parameters.md index f819df1dd..81136779e 100644 --- a/content/signal_processing/basic_knowledge/concept/scattering_parameters.md +++ b/content/signal_processing/basic_knowledge/concept/scattering_parameters.md @@ -4,6 +4,7 @@ tags: - signal-processing - VNA - devices +date: 2024-02-28 --- S参数(Scattering Parameters,散射参数)是用于描述射频和微波电路中信号传输和散射特性的一组参数。S参数响应是指S参数随频率变化的响应或值。这些参数用于描述电路中信号的传输、反射和散射情况,通常以矩阵的形式表示。S参数通常有四个值:S11、S12、S21和S22,分别表示反射系数和传输系数。 diff --git a/content/signal_processing/basic_knowledge/concept/smith_graph.md b/content/signal_processing/basic_knowledge/concept/smith_graph.md index c15c79ba4..9c8a58e60 100644 --- a/content/signal_processing/basic_knowledge/concept/smith_graph.md +++ b/content/signal_processing/basic_knowledge/concept/smith_graph.md @@ -3,6 +3,7 @@ title: Smith Graph tags: - signal-processing - VNA +date: 2024-02-28 --- Smith图,又称为Smith圆图或史密斯图,是一种常用于射频(RF)和微波工程中的图形工具,用于可视化和分析电路、天线和传输线的阻抗匹配和传输线特性的工具。Smith图以19世纪初美国工程师Philip H. Smith的名字命名,他对电路匹配问题作出了重要贡献。 diff --git a/content/signal_processing/basic_knowledge/random_signal_basic.md b/content/signal_processing/basic_knowledge/random_signal_basic.md index 68fd87eae..45f1d3740 100644 --- a/content/signal_processing/basic_knowledge/random_signal_basic.md +++ b/content/signal_processing/basic_knowledge/random_signal_basic.md @@ -3,6 +3,7 @@ title: Random Signal Basic tags: - signal-processing - math +date: 2024-02-28 --- # What is Random Signals diff --git a/content/signal_processing/basic_knowledge/stability_of_discrete_system.md b/content/signal_processing/basic_knowledge/stability_of_discrete_system.md index ebe47ca2c..0b3bcee57 100644 --- a/content/signal_processing/basic_knowledge/stability_of_discrete_system.md +++ b/content/signal_processing/basic_knowledge/stability_of_discrete_system.md @@ -4,6 +4,7 @@ tags: - signal-processing - basic - system +date: 2024-02-28 --- # 离散系统稳定性判别(因果系统) diff --git a/content/signal_processing/device_and_components/SRD.md b/content/signal_processing/device_and_components/SRD.md index b5ad4b151..1eb45ddc5 100644 --- a/content/signal_processing/device_and_components/SRD.md +++ b/content/signal_processing/device_and_components/SRD.md @@ -4,6 +4,7 @@ tags: - signal - ciruit-componets - UWB +date: 2024-02-28 --- 阶跃恢复二极管(Step Recovery Diode,SRD)是一种特殊类型的二极管,通常用于高频、脉冲和微波应用中。它的特殊结构和工作原理使其能够产生非常快速的电压和电流变化,因此在信号产生、调制和混频等电子电路中有广泛的应用。以下是关于SRD的详细介绍: diff --git a/content/signal_processing/device_and_components/VNA_learn.md b/content/signal_processing/device_and_components/VNA_learn.md index 984a29e60..13beff29f 100644 --- a/content/signal_processing/device_and_components/VNA_learn.md +++ b/content/signal_processing/device_and_components/VNA_learn.md @@ -3,6 +3,7 @@ title: Learn VNA in practical way tags: - devices - signal-processing +date: 2024-02-28 --- # Background diff --git a/content/signal_processing/device_and_components/cable/AWG.md b/content/signal_processing/device_and_components/cable/AWG.md index 20b82d55d..7ba2f6f7f 100644 --- a/content/signal_processing/device_and_components/cable/AWG.md +++ b/content/signal_processing/device_and_components/cable/AWG.md @@ -3,6 +3,7 @@ title: American Wire Gauge tags: - cable - protocols +date: 2024-02-28 --- AWG是American Wire Gauge的缩写,它是一种用于表示电线和电缆导线直径大小的标准。AWG标准是在美国制定的,常用于美国、加拿大和其他一些国家。 diff --git a/content/signal_processing/device_and_components/cable/cable.md b/content/signal_processing/device_and_components/cable/cable.md index 82cea903f..6a5962c95 100644 --- a/content/signal_processing/device_and_components/cable/cable.md +++ b/content/signal_processing/device_and_components/cable/cable.md @@ -4,6 +4,7 @@ tags: - signal - equipment - devices +date: 2024-02-28 --- # Structure diff --git a/content/signal_processing/device_and_components/cable/skin_effect.md b/content/signal_processing/device_and_components/cable/skin_effect.md index 134f071fd..9e0c58dfe 100644 --- a/content/signal_processing/device_and_components/cable/skin_effect.md +++ b/content/signal_processing/device_and_components/cable/skin_effect.md @@ -5,6 +5,7 @@ tags: - equipment - signal - signal-processing +date: 2024-02-28 --- # Simple review diff --git a/content/signal_processing/device_and_components/op_amp.md b/content/signal_processing/device_and_components/op_amp.md index 90e73a832..602675249 100644 --- a/content/signal_processing/device_and_components/op_amp.md +++ b/content/signal_processing/device_and_components/op_amp.md @@ -2,6 +2,7 @@ title: Operational Amplifier tags: - signal +date: 2024-02-28 --- 运算放大器 diff --git a/content/signal_processing/device_and_components/quality_control_certified/qcc.md b/content/signal_processing/device_and_components/quality_control_certified/qcc.md index 9bbad4a3b..45d0c7e94 100644 --- a/content/signal_processing/device_and_components/quality_control_certified/qcc.md +++ b/content/signal_processing/device_and_components/quality_control_certified/qcc.md @@ -4,6 +4,7 @@ tags: - devices - equipment - protocols +date: 2024-02-28 --- Quality Control Certified是指通过一系列认证和标准评估的质量控制体系,其中UL(Underwriters Laboratories)、TUV(Technischer Überwachungsverein)和ISO(International Organization for Standardization)是三个常见的认证和标准机构。下面是它们的简要介绍: diff --git a/content/signal_processing/envelope/hilbert_transform.md b/content/signal_processing/envelope/hilbert_transform.md index 41db5aa22..09e824fc8 100644 --- a/content/signal_processing/envelope/hilbert_transform.md +++ b/content/signal_processing/envelope/hilbert_transform.md @@ -4,6 +4,7 @@ tags: - signal-processing - algorithm - envelope +date: 2024-02-28 --- # Introduction diff --git a/content/signal_processing/filter/chebyshev_filter.md b/content/signal_processing/filter/chebyshev_filter.md index e829c0d78..d27e256cb 100644 --- a/content/signal_processing/filter/chebyshev_filter.md +++ b/content/signal_processing/filter/chebyshev_filter.md @@ -3,6 +3,7 @@ title: Chebyshev Filter tags: - signal-processing - filter +date: 2024-02-28 --- # History diff --git a/content/synthetic_aperture_radar_imaging/Antenna.md b/content/synthetic_aperture_radar_imaging/Antenna.md index 658ba33ed..218032200 100644 --- a/content/synthetic_aperture_radar_imaging/Antenna.md +++ b/content/synthetic_aperture_radar_imaging/Antenna.md @@ -4,6 +4,7 @@ tags: - SAR - physics - basic +date: 2024-02-28 --- # Theorem you need know diff --git a/content/synthetic_aperture_radar_imaging/Chirp.md b/content/synthetic_aperture_radar_imaging/Chirp.md index 1175ac75a..90e6ce066 100644 --- a/content/synthetic_aperture_radar_imaging/Chirp.md +++ b/content/synthetic_aperture_radar_imaging/Chirp.md @@ -3,6 +3,7 @@ title: Chirp - 啁啾 tags: - basic - signal +date: 2024-02-28 --- 啁啾(Chirp)是指频率随时间而改变(增加或减少)的信号。其名称来源于这种信号听起来类似鸟鸣的啾声。 diff --git a/content/synthetic_aperture_radar_imaging/Radiometric_Calibration.md b/content/synthetic_aperture_radar_imaging/Radiometric_Calibration.md index 6af00caef..45cc747aa 100644 --- a/content/synthetic_aperture_radar_imaging/Radiometric_Calibration.md +++ b/content/synthetic_aperture_radar_imaging/Radiometric_Calibration.md @@ -3,6 +3,7 @@ title: Radiometric Calibration - 辐射校准 tags: - SAR - basic +date: 2024-02-28 --- # Overview diff --git a/content/synthetic_aperture_radar_imaging/SAR_Explained.md b/content/synthetic_aperture_radar_imaging/SAR_Explained.md index fde82039e..d4d5a7b99 100644 --- a/content/synthetic_aperture_radar_imaging/SAR_Explained.md +++ b/content/synthetic_aperture_radar_imaging/SAR_Explained.md @@ -3,6 +3,7 @@ title: Synthetic Aperture Radar (SAR) Explained tags: - SAR - basic +date: 2024-02-28 --- # 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 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 @@ -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) -如上图所示,雷达发出的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 diff --git a/content/synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md b/content/synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md index aaf91d12d..09743acc1 100644 --- a/content/synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md +++ b/content/synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md @@ -5,6 +5,7 @@ tags: - basic - algorithm - state-of-art +date: 2024-02-28 --- diff --git a/content/synthetic_aperture_radar_imaging/SAR_MOC.md b/content/synthetic_aperture_radar_imaging/SAR_MOC.md index aecebb453..b7d4cbe37 100644 --- a/content/synthetic_aperture_radar_imaging/SAR_MOC.md +++ b/content/synthetic_aperture_radar_imaging/SAR_MOC.md @@ -9,9 +9,9 @@ date: 2024-02-28 # Antenna -* [Antenna](synthetic_aperture_radar_imaging/Antenna.md) +* [antenna](synthetic_aperture_radar_imaging/antenna.md) # SAR -* [[synthetic_aperture_radar_imaging/SAR_Explained|SAR Explained]] -* [SAR Imaging Algorithm review in 2022](synthetic_aperture_radar_imaging/SAR_Imaging_Algorithm.md) \ No newline at end of file +* [[synthetic_aperture_radar_imaging/SAR_explained|SAR Explained]] +* [SAR Imaging Algorithm review in 2022](synthetic_aperture_radar_imaging/SAR_imaging_algorithm.md) \ No newline at end of file diff --git a/content/tmp_script/interview_31_ans.md b/content/tmp_script/interview_31_ans.md index 40f4110ef..27ced14c8 100644 --- a/content/tmp_script/interview_31_ans.md +++ b/content/tmp_script/interview_31_ans.md @@ -2,6 +2,7 @@ title: 2023三位一体 - 生医工面试真题 tags: - tmp +date: 2024-02-28 --- diff --git a/content/tmp_script/prefix_sum.md b/content/tmp_script/prefix_sum.md index 6a27decc2..2f6df9a07 100644 --- a/content/tmp_script/prefix_sum.md +++ b/content/tmp_script/prefix_sum.md @@ -2,6 +2,7 @@ title: Prefix Sum tags: - basic +date: 2024-02-28 --- 假设我们有一个长度为n的数组arr,**前缀和**数组prefixSum的定义如下: diff --git a/git_time_get.py b/git_time_get.py index ae0f4cde5..69a4c3d83 100644 --- a/git_time_get.py +++ b/git_time_get.py @@ -9,7 +9,7 @@ if __name__ == '__main__': for root, dirs, files in os.walk(content_path): for file in files: - if "." in root: + if '.' in root: continue # ignore bug and continue running @@ -26,31 +26,41 @@ if __name__ == '__main__': flag = False # 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() - if lines[0].startswith("---"): - for i in range(1, len(lines)): - if lines[i] == "---\n" and lines[i-1].startswith("date") == False: - flag = True - lines.insert(i, f"date: {str(commit.committed_datetime).split(' ')[0]}\n") - break + lines = f.readlines() + if lines[0].startswith("---"): + for i in range(1, len(lines)): + if lines[i] == "---\n" and lines[i-1].startswith("date") == False: + flag = True + lines.insert(i, f"date: {str(commit.committed_datetime).split(' ')[0]}\n") + break + if lines[i] == "---\n" and lines[i-1].startswith("date") == True: + break f.close() if flag == True: - with open(os.path.join(root, file), 'w') as f: - f.writelines(lines) - print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}") + + f = open(os.path.join(root, file), 'w', encoding="utf-8") + + f.writelines(lines) + print(f"{file_path} - {str(commit.committed_datetime).split(' ')[0]}") f.close() except: + # output error message + print(f"Error: {file_path}") pass continue + + print() + print('--------------------------------------') + print try: @@ -62,7 +72,7 @@ if __name__ == '__main__': 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() if lines[0].startswith("---") == False: print(f"{os.path.join(root, file)}") @@ -70,4 +80,5 @@ if __name__ == '__main__': f.close() except: + print(f"Error: {os.path.join(root, file)}") pass \ No newline at end of file