A VP
Followers: 0 Following: 0
Statistiques
RANG
19 429
of 295 495
RÉPUTATION
2
CONTRIBUTIONS
17 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
23.53%
VOTES REÇUS
2
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseIncrement 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 ...
presque 7 ans il y a | 0
Question
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...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 1 réponse | 1
0
réponseFind 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)...
environ 7 ans il y a | 0
Question
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...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0