Next: About this document ...
Up: Vibration Data Analysis
Previous: Noise
Contents
- 1
- Doebelin, Ernest. Measurement Systems: Application
and Design. McGraw-Hill. 5th ed. 2003.
- 2
- http://en.wikipedia.org/wiki/Window_function
- 3
- http://zone.ni.com/devzone/cda/tut/p/id/4844#3
- 4
- http://zone.ni.com/devzone/cda/tut/p/id/4880
``Zero Padding Does Not Buy Spectral Resolution''
- 5
- http://www.bently.com/articles/articlepdf/2Q04AccelEnvel.pdf
and http://www.bently.com/articles/articlepdf/2Q04WindTurbCondMon.pdf
- 6
- Jan E. Odegard, Richard G. Baraniuk
and Kurt L. Oehler. Proceedings of the 68th SEG Meeting, New Orleans,
Louisiana, USA, 1998. http://www-dsp.rice.edu/publicationsold/pub/odegard-seg97.pdf
- 1
- Tustin, Wayne. What is the meaning of PSD in
g^2/Hz units? http://www.vmebus-systems.com/pdf/EquipmentReliability.Dec05.pdf
- 2
- Randall, Robert B. ``Vibration Analyzers and Their
Use''. Chapter 14 in Harris's Shock and Vibration Handbook, edited
by Harris, Cyril M. and Piersol, Allan G. 5th edition. 2002. McGraw
Hill. New York.
- 9
- Matlab Signal Processing Toolbox. http://www.mathworks.com/access/helpdesk/help/toolbox/signal/http://www.mathworks.com/access/helpdesk/help/toolbox/signal/
(or from the online help within Matlab)
- 10
- http://en.wikipedia.org/wiki/Hilbert_transformhttp://en.wikipedia.org/wiki/Hilbert_transform
- 11
- Press, Flannery, Teukolsky and Vetterling.
Numerical Recipes: The Art of Scientific Computering. Cambridge
- 12
- Cormen, Leiserson, Rivest, Stein. Introduction
to Algorithms
- 3
- Alan Oppenheim, Ronald Schafer. Digital Signal
Processing. 1975.
- 4
- David E. Newland. An introduction to Random Vibrations
and Spectral Analysis. 2nd edition. 1984. Longman Group.
- 5
- Paul H. Wirsching, Thomas L. Paez, Keith Oritz.
Random Vibrations: Theory and Practice. 1995. John Wiley & Sons.
New York.
- 6
- Saeed V. Vaseghi. Advanced Digital Signal Processing
and Noise Reduction. 3rd edition. 2006. John Wiley & Sons.
- 7
- http://www.ciaranhope.com/paper1.htmlhttp://www.ciaranhope.com/paper1.html
$username="comment";
$password="12345aa";
$database="commentsdb1";
$link = mysql_connect('mechanicalvibrationc.domaincommysql.com', 'comments', $password);
if (!$link) {
die('Could not connect: ' . mysql_error());
}
@mysql_select_db($database) or die( "Unable to select database");
$query = "SELECT * FROM `comments` WHERE URL='$URL'";
#echo "query is " . $query;
$result = mysql_query($query);
mysql_close();
while($row = mysql_fetch_array($result)) {
echo "User " . $row['Name'] . " Posted on " . $row['DateTime'];
echo "
";
echo $row['Comment'];
echo "
";
}
echo "
";
?>
Leave a comment on this page:
This work by Daniel Kiracofe (daniel dot kiracofe at gmail dot com)
is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.