-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change average and zcr frame to be 32 and 64 instead of 256 and 512
- Loading branch information
1 parent
68ca364
commit 7215466
Showing
6 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ info: | |
license: APACHE 2.0 | ||
author: Mohamed Shalan | ||
email: [email protected] | ||
version: v1.1.11 | ||
date: 10-09-2024 | ||
version: v1.1.12 | ||
date: 12-09-2024 | ||
category: digital | ||
tags: | ||
- peripheral | ||
|
@@ -111,7 +111,7 @@ ports: | |
- name: avg_sel | ||
width: 1 | ||
direction: input | ||
description: 0 - 256 Samples, 1 - 512 Samples | ||
description: 0 - 32 Samples, 1 - 64 Samples | ||
- name: zcr_threshold | ||
width: 32 | ||
direction: input | ||
|
@@ -127,7 +127,7 @@ ports: | |
- name: zcr_sel | ||
width: 1 | ||
direction: input | ||
description: 0 - 256 Samples, 1 - 512 Samples | ||
description: 0 - 32 Samples, 1 - 64 Samples | ||
- name: vad_flag | ||
width: 1 | ||
direction: output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters