Statistics
RANK
125,983
of 300,759
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 21,081
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,900
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
What Equation should I try to Fit the Exponential Curve
I am trying to generate a mathematical equation from an exponential plot. For example: I did the following fitting, where the pr...
3 years ago | 0 answers | 0
0
answersQuestion
Fitting data to a known function using numerical solution
I have a set of input values and output values of a function f(x). Now, zz= linspace(1,120e3, 1000); A= 100.*exp((-alpha)....
3 years ago | 1 answer | 0
1
answerIFFT of Low Pass Filter function
Thanks for your response. I did the IFFT, because I need to convert the frequency to time. As the given transfer function in fre...
4 years ago | 0
Question
IFFT of Low Pass Filter function
Let, a low pass filter function, R= α^2/(α^2+〖(2πfd)〗^2 ) , where d and α are constant, f is frequency. If I take the IFFT o...
4 years ago | 1 answer | 0
1
answerQuestion
How to combine Random Gaussian Noises from different sources
0 I have generated two different white gaussian random noises in MATLAB using two different seeds. For example: Asn1 = sqrt(no...
4 years ago | 0 answers | 0
0
answersQuestion
Adding two random white gaussian noise signals
I want to add one random noise white gaussian noise signal with another random gaussian signal. For example, One signal is: Asn...
4 years ago | 2 answers | 0
2
answersQuestion
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
In the following code, out = cryptoshift(in, shift) : while using a sting in the in argument and shift this by an integer value,...
5 years ago | 1 answer | 0
