A VP
Followers: 0 Following: 0
Statistics
RANK
19,430
of 295,467
REPUTATION
2
CONTRIBUTIONS
17 Questions
2 Answers
ANSWER ACCEPTANCE
23.53%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 2 answers | 0
2
answersQuestion
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...
5 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 1
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerIncrement 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 ...
7 years ago | 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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 0 answers | 1
0
answersFind 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)...
7 years ago | 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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 1 answer | 0