photo

A VP


Last seen: más de 4 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


FFT frequency shift during downsampling
I have a signal at 1000Hz and I am calculating FFT of the signal. I see it's first order contents at 11Hz. However when I downsa...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Sum of enumerated data types
I have an array of 50 elements all of which are enum types. (say FALSE(0), TRUE(1), UNAVAILABLE(2)). I would like to calculate t...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find out if X out of Y elements of an array are true
I have an array of 5 elements. The array is updated at any index (1,2,3,4,5) in each simulation time to a value TRUE or FALSE. I...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Normalizing a complex number
I have a complex matrix with real numbers in column 1 and imaginary numbers in column 2. I used this approach, but still did not...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


FFT outputs differ between matlab fft function and hand coded FFT
Hello, I am working on writing a C-code that does the same function as the matlab built-in FFT function. For the implementation...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Calculate the natural frequency of unsprung mass from FFT/spectrogram
I have a 10ms sampled data of vehicle speeds. I have calculated the FFT of the signal in 10 second windows and have the single s...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Generate sine wave with varying phase
Hello, I would like to have 2 sinewaves, the second sine wave should be in phase with the first for half of its total time and m...

alrededor de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Clock synchronization between 2 controllers
I am reading data from a microcontroller at 10ms sampling time. The problem is that the data is not exactly 10ms due to the drif...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Problem in Windowed FFT output
<</matlabcentral/answers/uploaded_files/127127/FFT.jpg>> I have taken a windowed FFT (5 second interval) of a 30 second signa...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matlab script to load a .mat file based on entry in dialog box
I have a .m script that receives a number of user inputs. One of the styles is a listbox and the output of the list box is store...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


loop implementation with two conditions
I have a time series data sampled at 100 ms. I would like to pick samples every 1 sec or when difference between 2 consecutive s...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Array concatenation based on condition.
I have an array that has 100000+ values. every 3000th sample to a new array based on a condition. 1. I should compare every 3...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Increment loop index based on a condition
Now I have an added condition to this problem : 1. I should compare every 3000th value and see if it differs from the previous ...

casi 7 años hace | 0

Pregunta


Increment loop index based on a condition
I have an array that has 100000+ values. every 3000th sample to a new array based on a condition. 1. I should compare every 3...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Determine the cut off frequency of a low pass filter from an array of values
I have a number of sensor data collected in arrays. I would like to determine the cut off frequency of each array of data. Right...

alrededor de 7 años hace | 0 respuestas | 1

0

respuestas

Respondida
Find an array element's index
What I have currently is this : temp = zeros(1,length(x)); min_val = zeros(1,length(x)); index = zeros(1,length(x)...

alrededor de 7 años hace | 0

Pregunta


Find an array element's index
I have a first array that has about 5000 values. I have a second array that is (first array - (0.3)*(first array(1))); For every...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


FFT of sensor data
Hello everyone! I am a beginner in Signal processing. I have a time series plot of sensor data that has 200000 values. I need...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Exponential growth/decay point detection in a time series plot
I am working on a set of time series data. I am trying to locate the point at which an exponential growth begins in the time ser...

más de 7 años hace | 1 respuesta | 0

1

respuesta