Displaying 1 result from an estimated 1 matches for "fch1".
Did you mean:
fc1
2018 Apr 17
2
iterative read - write
...0 -> NA;")*
*# Create new BW variable for band width then change data file name*
*BW<-within(Corbre_2,BW<-Fmax-Fmin)*
*# Create 2 new variables for fundamental H1 and third harmonic H3
frequencies
*
*#based on Fc that is generally loudest at the 2^nd harmonic.*
*BW<-within(BW,FcH1<-Fc*.5)*
*BW<-within(BW,FcH3<-FcH1*3)*
*#rename to a DF to calculate the stats
*
*BatStats<-BW*
*BatStats<-Deducer::descriptive.table (vars = d
(Dur,TBC,Fmin,Fmax,BW,Fmean,Fk,FcH1,Fc,FcH3,Sc,Pmc),data=
BatStats,func.names =c("Valid N","Minimum","Maximum...