Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-speaker-recognition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
biometric-resources
lab-speaker-recognition
Commits
369ec0dd
Commit
369ec0dd
authored
Oct 17, 2018
by
Pavel KORSHUNOV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small corrections
parent
7537f8d0
Pipeline
#24380
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notebooks/features.00.signals.ipynb
notebooks/features.00.signals.ipynb
+1
-1
No files found.
notebooks/features.00.signals.ipynb
View file @
369ec0dd
...
...
@@ -97,7 +97,7 @@
"audio = numpy.sin(2 * numpy.pi * frequency * x / rate)\n",
"\n",
"# a sum of two sine waves, uncomment it to hear the different play\n",
"audio = numpy.sin(2 * numpy.pi * frequency * 2 * x / rate) + numpy.sin(2 * numpy.pi * frequency * 2.1 * x / rate)\n",
"
#
audio = numpy.sin(2 * numpy.pi * frequency * 2 * x / rate) + numpy.sin(2 * numpy.pi * frequency * 2.1 * x / rate)\n",
"\n",
"## Plot the signal as a wave\n",
"plt.figure(1)\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment