Before asking my question here is the scenario how the voltage signals are used:
Where I work some are performing data acquisition of four DC signals through four channels by a daq device at a particular sampling rate. The DC signals are coming from transducers devices measuring temperature, air pressure, force transducer ect. All of these transducers have calibration certificates which have linear calibration equations for voltage to temperature conversion as Temperature = A*Voltage + B where A and B are the slope and offset of the calibration equation. So by looking at a certificate one can say "I measure this voltage so this corresponds to this temperature" ect. After sampling and logging the data, the engineers use software like MATLAB where they can do several transforms like FFT ect.
Here comes my question:
Imagine an analog DC signal coming from a force transducer in a time interval as below:
And imagine the maximum frequency of interest is 50Hz. So according to Nyquist theorem the sampling frequency should be at least 100Hz.
But if this signal has many frequency components higher than 50Hz we will be face to face with a situation called aliasing. So we will be undersampling some of the frequency components. So far this is what understand form aliasing.
And below represents this:
I encounter some tutorials which suggest anti-aliasing filters like RC low-pass filters between the transducer and the daq so that we remove high freq. components and avoid undersampling and aliasing.
1-) Do you think in my case this type of filtering is necessary if the tools like MATLAB can do post signal processing like low-pass filtering? Or an analog anti-aliasing filter is still needed?
2-) If they don't do any FFT and filtering, is there a possibility the signal's mean values or low freq. components might be affected significantly by aliasing?
3-) How can I know that if a filter is needed or not? (I know how to use a scope)
My concern is if I use a low pass filter I don't want to affect the calibration equation of the transducer.

