Andre is correct.  It depends on the version and type of LabVIEW you have.
You can accomplish the same thing, with a bit more work, by taking a power spectrum of the waveform (
FFT Power Spectrum.vi) and looking for peaks (
Peak Detector.vi or 
Waveform Peak Detector.vi), but these VIs are not in the Base package.  If you have the base package and cannot afford to upgrade, find a copy of 
Numerical Recipes in C by Press et.al. (it is in most libraries) and implement the algorithms yourself.  They are not particularly difficult with the high level functionality available in LabVIEW.
Good luck.  Let us know if you run into problems.