Spectrum analysis [SOLVED]
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Spectrum analysis
Please copy and paste the debug information into your reply so that I can read all of it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Spectrum analysis
Excuse me!
Last edited by юра00 on Wed Dec 24, 2014 6:09 pm, edited 1 time in total.
Copy and paste
error: unbound function - COMMA
if continued: try evaluating symbol again
1> error: unbound function - COMMA
if continued: try evaluating symbol again
2> (1)
2> 2
2> error: unbound function - COMMA
if continued: try evaluating symbol again
3> error: unbound function - COMMA
if continued: try evaluating symbol again
4> error: unbound function - COMMA
if continued: try evaluating symbol again
5> error: unbound function - COMMA
if continued: try evaluating symbol again
6> 1
6> "320227320260320263320260320264320260320271 320266320265320273320260320275320270320265"
6> "wave"
6> "Spectrogram"
6> 2
6> 0
6> 175.589
6> 1
6> 0
6> 48000
6> 32
6> #(((0 175.589)) ((0 175.589)))
6> 0.895508
6> T
6> 0
6> WET
6> RESULT
6> "Please select frequencies."
6> 5> 4> 3> 2> 1>
if continued: try evaluating symbol again
1> error: unbound function - COMMA
if continued: try evaluating symbol again
2> (1)
2> 2
2> error: unbound function - COMMA
if continued: try evaluating symbol again
3> error: unbound function - COMMA
if continued: try evaluating symbol again
4> error: unbound function - COMMA
if continued: try evaluating symbol again
5> error: unbound function - COMMA
if continued: try evaluating symbol again
6> 1
6> "320227320260320263320260320264320260320271 320266320265320273320260320275320270320265"
6> "wave"
6> "Spectrogram"
6> 2
6> 0
6> 175.589
6> 1
6> 0
6> 48000
6> 32
6> #(((0 175.589)) ((0 175.589)))
6> 0.895508
6> T
6> 0
6> WET
6> RESULT
6> "Please select frequencies."
6> 5> 4> 3> 2> 1>
Last edited by юра00 on Wed Dec 24, 2014 6:05 pm, edited 2 times in total.
Re: Spectrum analysis
It would be easier for me if you would just copy and paste the text into your reply rather than a screenshot.
You can use the "Code" button (above the message composing box) to add code tags around the pasted text, so that it looks like this:
[/code]
which will then look like this when your message is posted:
You can use the "Code" button (above the message composing box) to add code tags around the pasted text, so that it looks like this:
Code: Select all
[code]
pasted text goes here
....
which will then look like this when your message is posted:
Code: Select all
pasted text goes here
....
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Spectrum analysis
Works for me in "audacity-win-r13803-2.1.0-alpha-24-dec-14" on Windows 7, running Audacity in either English or Russian.steve wrote:Try this:
1) Open Audacity
2) Generate 30 seconds of "white noise"
3) Change the track to the Spectrogram view (the track is selected)
4) Make a spectral selection from about 4 kHz to about 6 kHz
5) Apply the "Spectral edit multi tool"
6) Open "Analyze > Plot Spectrum"
You should see something similar to this:
I think юра00 is on Windows 8, but I am not sure why that would change anything.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Spectrum analysis
On Windows 8.1
Excuse me, how can I delete my post entirely?
Excuse me, how can I delete my post entirely?
Re: Spectrum analysis
I've had a look at the code for this new feature, and it may be a bug due to an unexpected automatic localization of the numbers that are passed from Audacity to Nyquist.
The Audacity code passes the values of the frequency selection to Nyquist, which can then be used by Nyquist plugins. Nyquist requires that the decimal separator is a dot, not a comma. What I suspect is happening on юра00's machine is that somewhere along the line, the numbers are gaining the localised character for the decimal separator, which in юра00's case is producing a comma. That type of debug message used to be quite common before the text slider widgets could handle localized numbers.
I've asked on the developer's mailing list about this.
юра00, if my suspicions are correct, we may need you to test out the fix for it.
The Audacity code passes the values of the frequency selection to Nyquist, which can then be used by Nyquist plugins. Nyquist requires that the decimal separator is a dot, not a comma. What I suspect is happening on юра00's machine is that somewhere along the line, the numbers are gaining the localised character for the decimal separator, which in юра00's case is producing a comma. That type of debug message used to be quite common before the text slider widgets could handle localized numbers.
I've asked on the developer's mailing list about this.
юра00, if my suspicions are correct, we may need you to test out the fix for it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Spectrum analysis
I can't enter dot, as decimal separator, some audacity effects don't react on this key, only comma.
- Attachments
-
- Пост1.png (6.52 KiB) Viewed 872 times
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Spectrum analysis
It happens on Windows with the three Spectral Edit tools if Windows Region Format is in Russian, but not if Windows is in English. I mentioned that to -devel.steve wrote:I've had a look at the code for this new feature, and it may be a bug due to an unexpected automatic localization of the numbers that are passed from Audacity to Nyquist.
The Audacity code passes the values of the frequency selection to Nyquist, which can then be used by Nyquist plugins. Nyquist requires that the decimal separator is a dot, not a comma. What I suspect is happening on юра00's machine is that somewhere along the line, the numbers are gaining the localised character for the decimal separator, which in юра00's case is producing a comma. That type of debug message used to be quite common before the text slider widgets could handle localized numbers.
I've asked on the developer's mailing list about this.
юра00, if my suspicions are correct, we may need you to test out the fix for it.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Spectrum analysis
Steve knows more about this than I do, but I think it's normal for Nyquist effects to require the expected separator for the locale. Recently updated ones will do so.юра00 wrote:I can't enter dot, as decimal separator, some audacity effects don't react on this key, only comma.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual