The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 1st, 2024, 6:17am
Pages: 1
Send Topic Print
psd() function in matlab script (Read 5767 times)
Irvin73
New Member
*
Offline



Posts: 6
Israel
psd() function in matlab script
Feb 11th, 2004, 6:16am
 
 Hi,
in Ken's paper "Modeling Jitter in PLL-based frequency synthesizers"  there is the matlab script  (listing 9) for computing phase noise PSD by Welch's method. But the function "psd" itself is not a matlab built-in function, isnt it?  :'( I tried it, and matlab did not find such function.

I found on MathWorks online documentation explanation about "pwelch" function doing the same thing, but it is a part of their Signal Processing Toolbox, and i currently can not use it.

There is another script (matlab function) that can i use for free?

Thank you for your help,
Irvin.
Back to top
 
 
View Profile   IP Logged
Eugene
Senior Member
****
Offline



Posts: 262

Re: psd() function in matlab script
Reply #1 - Feb 28th, 2004, 2:52pm
 
Are you sure you have a recent version of Matlab? I just checked mine and the psd function is there.

Back to top
 
 
View Profile   IP Logged
greatindia
Guest




Re: psd() function in matlab script
Reply #2 - Sep 21st, 2004, 10:21pm
 
[quote author=Irvin73  link=1076508979/0#0 date=1076508979]  Hi,
in Ken's paper "Modeling Jitter in PLL-based frequency synthesizers"  there is the matlab script  (listing 9) for computing phase noise PSD by Welch's method. But the function "psd" itself is not a matlab built-in function, isnt it?  :'( I tried it, and matlab did not find such function.

I found on MathWorks online documentation explanation about "pwelch" function doing the same thing, but it is a part of their Signal Processing Toolbox, and i currently can not use it.

There is another script (matlab function) that can i use for free?

Thank you for your help,
Irvin.
[/quote]


gnu-octave works fine & it is free. If you use it on linux, install the octave-forge package which provides the pwelch() function.
Back to top
 
 
  IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.