Skip to main content

Questions tagged [random]

0 votes
2 answers
497 views

I am using the rand() function in C to generate white noise in DSP processors, but its behavior varies depending on where it is called. I have posted a question on ...
Mrk234's user avatar
  • 21
0 votes
0 answers
65 views

how can we calculate the time that a random process $h(t)$ with mean $\mu$ and variance $\text{Var}_h$ to return to its mean ($\mu$) after being less than $\mu$ ?
ali nouruzi's user avatar
0 votes
0 answers
56 views

I am working on a problem where two profiles need to be compared. One is a swept sine in $m/s^2$ (Acceleration) and the other is a sine-on-random signal composed of a swept sine $m/s^2$ and a random ...
SpillTheFFTea's user avatar
0 votes
2 answers
284 views

I was studying Rayleigh channels from Wireless Communications, Second Edition by Andreas F. Molisch. The book states that by adding different in-phase and quadrature components multipath components ...
mahmoud esmail's user avatar
1 vote
0 answers
109 views

For pseudo-random binary sequences, we know there are various properties: Autocorrelation, balance, Fibonacci vs Galois modes. These are all well-known. However, for pseudo-random ternary sequences, I ...
user14717's user avatar
  • 153
1 vote
1 answer
337 views

I want to analyze the auto-correlation of a received power signal that I captured. Unfortunately, I cannot publish the data but I found the same problem arises for a random walk, that's why I used the ...
akra1's user avatar
  • 13
0 votes
0 answers
50 views

Given is an analogue source $x$ equally distributed in the interval $[-1;+2]$. By means of a mapping, the signal $Y$ is calculated according to $Y = (X - 1)^3$ is generated. Sketch the $PDF$ of the ...
Caniko's user avatar
  • 1
0 votes
0 answers
73 views

I read that Random Projection matrices can be used in both Compressive Sensing and Locality Sensitive Hashing. I need simple explanation for the difference between applying Random Projection in both ...
Fatma Diab's user avatar
0 votes
1 answer
786 views

I'm trying to solve the following problem: In a binary PAM system, the input to the detector is $$y_m = a_m+n_m+i_m$$ where $a_m = \pm1$ is the desired signal, $n_m$ is a zero-mean Gaussian random ...
S.H.W's user avatar
  • 680
0 votes
0 answers
71 views

For the simple case, let's consider the correlated signal $s$ with jitter (without noise) as follows: \begin{align} s(t, \theta_i) = \cos(2\pi f (t + \epsilon_t) + \phi + \theta_i), ~~ i=0,1, ... \end{...
Ganth's user avatar
  • 3
0 votes
3 answers
1k views

Let $X\sim\mathcal{N}(0,\sigma_X^2)$ and $Y\sim\mathcal{N}(0,\sigma_Y^2)$ be independent Gaussian random variables. What will be PDF of $Z=\sqrt{X^2+Y^2}$ and $W=\arctan{\left(\frac{Y}{X}\right)}$. ...
user5045's user avatar
  • 351
0 votes
0 answers
30 views

Let $X(t) = Acos(2\pi f_c t)$ be a random process where $A$ is a uniform random variable within $(-1,1)$. I'm trying to prove this is a weakly(i.e. wide sense) stationary process. I need to show two ...
zeke's user avatar
  • 101
1 vote
1 answer
92 views

I am reading A Mathematical Theory of Communication. The second requirement of an ergodic process confuses me (emphasis mine): All the examples of artificial languages given above are ergodic. This ...
nalzok's user avatar
  • 125
-1 votes
2 answers
162 views

Let $X \in \mathbb{R}^N$ and $Z \sim \mathcal{N}(0, \sigma^2 I)$ be random vectors. $Y = X + Z$ $X$ can be either $a_0 \in \mathbb{R}^N$ or $a_1\in \mathbb{R}^N$ with equal probability. So the ...
rims's user avatar
  • 119
-1 votes
1 answer
505 views

How can we justify doing coherent radar when the phase of the return is unknown? For instance, after a reflection, assuming a stationary target, we should get something akin to: $$ x_{rx}(t) = |\...
the_src_dude's user avatar

15 30 50 per page
1
2 3 4 5