Statistics
RANK
4,080
of 295,735
REPUTATION
12
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20,277
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,433
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
How to extract the correct phase of a sine wave from data
The reason you get imprecise results is because you are using discrete fourier transform. When you get the phase of the frequenc...
4 years ago | 1
| accepted
Random Numbers Generation for Changing Ranges
rand(50,50) will give you a matrix or random numbers between 0 and 1. Multiply it by row vector of ranges to get each column hav...
4 years ago | 0
sound of a sequence of 0 and 1
First of all, you'd want your t_seq to be of length 48480 which is strlength(pulse_seq)*dot_duration*sampling_frequency: pulse_...
4 years ago | 0
| accepted
Question
Mex-function performance when setting handle object properties
I've encountered a frustrating delay in matlab execution after setting handle object properties within a mex-function. Here's ho...
4 years ago | 0 answers | 2