Recent content by Hzaqa

  1. H

    Dc off-set Analysis - Maatlab code

    Hi, I am trying to use Matlab to analyse this raw signal by introducing Dc-offset analysis: I used the following code : a = [1 , -0.98]; b = [1,-1]; y = filtfilt(b,a,x); figure plot(y) And the result : But, I am trying to get a final result similar to the last graph...
  2. H

    The level of Daubechies wavelets

    Hi, I would like to know the technical approach that can be used to determine thses values: N Level As shown in the attachment: N=3 Level=6
  3. H

    Signal Analysis: Time Segments & Characteristics

    Thanks for the response, Well, I have applied frequency domain Matlab code: m=fft(x) n=length(x) power=abs(m(1:floor(n/2))).^2 nyquist=1/2 freq=((1:n/2)/(n/2)*nyquist)*5000 figure plot(freq,power) xlabel('Frequency (Hz)') ylabel('Power') title('Power Spectrum of Signal')...
  4. H

    Signal Analysis: Time Segments & Characteristics

    Homework Statement Hi , The problem is how to analysis this signal in terms of time segments to understnd the characteristics/pattern of this signal Homework Equations There is no relevant equtions The Attempt at a Solution I have tried to use : RMS Wavlet FFT But which...
  5. H

    MATLAB Filtering cutting forces - MATLAB

    Hi, Recently, I've performed milling experimental test in order to analysis the cutting forces. The problem here is how to filter these signal force % filtering % load the filters % filt1 is stopping at 400Hz and % filt2 is stopping at 90Hz load ('Filters.mat'); flt_used=filt2; %...
  6. H

    ANSYS - mchining cutting forces

    Thanks,,, It can be done by using ANSYS Workbench (Explicit Dynamics). However, I could not actually get the output of cutting forces. I am still asking if it's possible to solve it by applying workbench or APDL?
  7. H

    ANSYS - mchining cutting forces

    Thnaks,, I am asking if it's possible to solve it by applying workbench or APDL?
  8. H

    Simulating end milling process in ansys.

    Same question.. any help please,, Thanks,,
  9. H

    ANSYS - mchining cutting forces

    Hi, I am working to analysis cutting forces of machining process. I would like to enquire whther ANSYS workbench can do that, any idea? Thanks,,
  10. H

    Design Low Pass Filter for Machining Process Cutting Forces

    Hi, I would like to enquire about how to design a low pass filter in order to filter the cutting forces of machining process, any idea? Thanks,,