Recent content by ermias

  1. E

    asking for kind help and support

    I include the library function in the full sketch and I define setup function default #include <string.h> #include <math.h> #include <Arduino.h> #include "wavelib.h" void setup() { pinMode(ledpin,OUTPUT); } void loop() { Serial.begin(9600); wave_object obj; wt_object wt; double...
  2. E

    asking for kind help and support

    Dear Pete I would like to appreciate for your queeck response. In the full program I included the setup function and the liberery function for detail information here is the full skech program #include <string.h> #include <math.h> #include <Arduino.h> #include "wavelib.h" void setup() {...
  3. E

    asking for kind help and support

    first I would like to thank you in advance for your kind and valuable help. Here is my question I am trying to use the library made by for wavelet transform applcation for viberation data to detect annomalies and fault more specifically for industrial bearing. But when I tried to compile...
Back
Top