Spectrum analysis [SOLVED]

Help for Audacity on Windows.
Forum rules
ImageThis 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.
steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Spectrum analysis

Post by steve » Wed Dec 24, 2014 5:43 pm

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)

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Spectrum analysis

Post by юра00 » Wed Dec 24, 2014 5:52 pm

Excuse me!
Last edited by юра00 on Wed Dec 24, 2014 6:09 pm, edited 1 time in total.

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Copy and paste

Post by юра00 » Wed Dec 24, 2014 6:02 pm

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>
Last edited by юра00 on Wed Dec 24, 2014 6:05 pm, edited 2 times in total.

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Spectrum analysis

Post by steve » Wed Dec 24, 2014 6:02 pm

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: Select all

[code]
pasted text goes here
....
[/code]
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

Post by Gale Andrews » Wed Dec 24, 2014 6:40 pm

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:
fullwindow-Frequency Analysis-002.png
Works for me in "audacity-win-r13803-2.1.0-alpha-24-dec-14" on Windows 7, running Audacity in either English or Russian.

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

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Spectrum analysis

Post by юра00 » Wed Dec 24, 2014 7:45 pm

On Windows 8.1
Excuse me, how can I delete my post entirely?

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Spectrum analysis

Post by steve » Wed Dec 24, 2014 9:28 pm

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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Spectrum analysis

Post by юра00 » Wed Dec 24, 2014 10:04 pm

I can't enter dot, as decimal separator, some audacity effects don't react on this key, only comma.
Attachments
Пост1.png
Пост1.png (6.52 KiB) Viewed 850 times

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Spectrum analysis

Post by Gale Andrews » Thu Dec 25, 2014 12:07 am

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.
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.

Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * 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

Post by Gale Andrews » Thu Dec 25, 2014 12:11 am

юра00 wrote:I can't enter dot, as decimal separator, some audacity effects don't react on this key, only comma.
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.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Locked