Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
tom-sapletta-com committed Aug 6, 2024
2 parents e2c0196 + 64d5531 commit c7ba9c3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@ Plik **YAML** zawiera potrzebne informacje do wykonania symulacji:

**Wzór Przetwarzania Danych Wejściowych:**

- **Poziom Wyjściowy:**
![obraz](https://github.com/user-attachments/assets/8a016acd-029d-4fd5-a868-b38d7257cfa2)

```latex
\[ \text{output\_level} = \frac{\sin(t)}{2} + 0.5 \]
```

```python
def run_simulation(simulation):
time = np.linspace(0, float(simulation.conditions["time"]), 100) # Generowanie 100 punktów czasowych
output_levels = np.sin(time) / 2 + 0.5 # Przykładowa funkcja poziomu wyjściowego
```


```latex
\[ \text{output\_level} = \frac{\sin(t)}{2} + 0.5 \]
```

### Symulacja bramki AND

```yaml
Expand Down

0 comments on commit c7ba9c3

Please sign in to comment.