vault backup: 2024-09-04 14:05:51

This commit is contained in:
Dane Sabo 2024-09-04 14:05:51 -04:00
parent 8af53bb60f
commit 8c5fce6567
4 changed files with 44 additions and 45 deletions

View File

@ -15,10 +15,10 @@
{
"name": "Create Literature Note",
"outputPathTemplate": "200. Library Papers/{{citekey}}.md",
"imageOutputPathTemplate": "201. Library Images/{{citekey}}/",
"imageOutputPathTemplate": "202. Library Images/{{citekey}}/",
"imageBaseNameTemplate": "image",
"cslStyle": "ieee",
"templatePath": "1000. Templates/Literature Note.md"
"templatePath": "1000s Templates/Literature Note.md"
}
],
"citeSuggestTemplate": "[[{{citekey}}]]",

View File

@ -59,7 +59,7 @@
"state": {
"file": "1000s Templates/Literature Note.md",
"mode": "source",
"source": false
"source": true
}
}
}
@ -224,7 +224,7 @@
}
],
"direction": "horizontal",
"width": 386.5
"width": 200
},
"left-ribbon": {
"hiddenItems": {
@ -240,9 +240,10 @@
},
"active": "1247580b745674d7",
"lastOpenFiles": [
"200. Library Papers/bullockHardwareintheloopSimulation2004.md",
"1000s Templates/Literature Note.md",
"200. Library Papers/maccaroneADVANCEDREACTORCYBER.md",
"@maccaroneADVANCEDREACTORCYBER.md",
"200. Library Papers/bullockHardwareintheloopSimulation2004.md",
"200. Library Papers/chekoleEnforcingMemorySafety2018.md",
"200. Library Papers/choiRealTimeHardwareintheLoopHIL2021.md",
"200. Library Papers/fernandezadiegoApplyingModelChecking2015.md",
@ -251,7 +252,6 @@
"200. Library Papers/IntroductionDiffusionModels2022.md",
"200. Library Papers/mihalicHardwareintheLoopSimulationsHistorical2022.md",
"200. Library Papers/nguyenFuzzyControlSystems2019.md",
"1000s Templates/Literature Note.md",
"3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"4. Qualifying Exam/2. Writing/QE Abstract For Dan.md",
"101. Current Writing/ARCADE Implementation at the University of Pittsburgh.md",

View File

@ -53,20 +53,14 @@ pages: {{ pages }}
**Related**:: {% for relation in relations | selectattr("citekey") %} [[@{{relation.citekey}}]]{% if not loop.last %}, {% endif%} {% endfor %}
# Abstract
> [!LINK]
> {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %}
> [{{attachment.title}}](file://{{attachment.path | replace(" ", "%20")}}) {%- endfor -%}.
> [!Abstract]
> {%- if abstractNote %}
> {{abstractNote}}
> {%- endif -%}.
>
> {%- endif -%}
# Notes
> {%- if markdownNotes %}
>{{markdownNotes}}{%- endif -%}.
{%- if markdownNotes %}{{markdownNotes}}{%- endif -%}
# Annotations

View File

@ -1,50 +1,55 @@
---
readstatus: false
dateread:
title: Hardware-in-the-loop simulation
dateread:
title: "Hardware-in-the-loop simulation"
year: 2004
authors:
- Bullock, Darcy
- Johnson, Brian
- Wells, Richard B.
- Kyte, Michael
- Li, Zhen
DOI: 10.1016/j.trc.2002.10.002
ISBN: ""
citekey: bullockHardwareintheloopSimulation2004
itemType: journalArticle
- "Bullock, Darcy"
- "Johnson, Brian"
- "Wells, Richard B."
- "Kyte, Michael"
- "Li, Zhen"
citekey: "bullockHardwareintheloopSimulation2004"
journal: "_Transportation Research Part C: Emerging Technologies_"
volume: 12
issue: 1
pages: 73-89
---
#### DOI
# Indexing Information
## DOI
[10.1016/j.trc.2002.10.002](https://doi.org/10.1016/j.trc.2002.10.002)
#### ISBN
## ISBN
[](https://www.isbnsearch.org/isbn/)
### Tags:
## Tags:
#Controller, #Equipment, #Hardware, #Signal, #Simulation, #Traffic
**Contribution**::
**Related**::
> [!LINK]
>.
> [!Abstract]
>
> The current generation of macroscopic and microscopic simulation packages do not have control algorithms that incorporate many of the advanced features now available in commercial traffic control hardware. Consequently, there is a need to develop cost effective procedures for evaluating state of the practice traffic signal control equipment so that informed deployment and design decisions can be made. These same procedures can also be used by researchers to develop new algorithms for applications such as transit priority or adaptive control. In order to achieve that objective, this paper presents the motivation for using hardware-in-the-loop simulation procedures. Hardware-in-the-loop simulation presents a new set of challenges for traffic engineering model developers as the “correctness” of a real-time model not only depends upon the numerical computation, but the timeliness with which the simulation model interacts with external control equipment. This paper reviews the state of practice, summarizes the fundamental technologies necessary for implementing such a system, and uses a simple statistical test for assessing the real-time errors introduced into a simulation model.
>.
>
# Notes
>.
# Annotations%% begin annotations %%
># Notes# Annotations%% begin annotations %%
%% end annotations %%
%% Import Date: 2024-08-08T12:05:25.848-04:00 %%
%% Import Date: 2024-09-04T14:03:20.673-04:00 %%