pvgetbincount

Return the total number of bin slots in the current PVOC data file


Synopsis

total_bins = pvgetbincount()


Description

pvgetbincount returns the total number of bin slots in the current PVOC analysis file, as created by the MiXViews program, and opened using pvinput. This will represent the total amplitude bins plus the total frequency bins.


Examples

total_frames = pvinput("some/pvocfile.pv");  // open a PVOC file
total_bins = pvgetbincount();

See Also

pvinput, pvgetframeamps, pvgetframefreqs, pvgetframerate, PVOC