Estadística
31 Preguntas
2 Respuestas
CLASIFICACIÓN
150.649
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
31 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.81%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to do this efficiently?
Hello all, I have this variable |a[k,m]=max(k*Ts+taup,m*Ts+tauq)| for |k,m=0,1,...,N-1|. I want to find the matrix A where |[...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
The max matrix of two matrices
Hello, If I have two N-by-N matrices A and B, how can I find the N-by-by matrix C such that its (m,n)th element is the max of...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Draw Legend in MATLAB
Hello all, I have in one figure 5 cases, and in each case I have 3 curves. I distinguish the curves of a single case by no li...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Sparse Recovery Problem Solution
Hello all, I am working on a communication system where I physically have Np triplets {hp,taup,ap}. From these Np triplets I ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find the indices of non-zero elements in a matrix
Hello, I have an Na-by-Nt matrix which is sparse, i.e.: most elements are zeros. I want to find the indices of the non-zeros ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Drawing figure in a for loop
Hello all, I have a for loop and I want to see the progress of the figure as the loop goes. Basically the code is like this: ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract a number of diagonals of a matrix
Hello all, I have an N-by-N matrix. I want to extract the main diagonal and d diagonals to its right and d diagonals to its l...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Transmitting a signal over a LTI frequency selective channel
Hello all, I am trying to transmit a sequence over linear time invariant (LTI) frequency selective channel, and process the r...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Definte Integration of a Received Sequence
Hello all, I have the sequence v of length K-by-1. I want to do integration of v over nn*nsamp to (nn+1)*nsamp for nn=0, ...,...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Converting a signal to baseband after resampling
Hello, After resampling a passband signal, how can I convert it back to the baseband domain? In particular, I have the follow...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Generating random numbers without repitiion
Hello all, How can I generate, say 10, random numbers uniformly distributed between Nmin and Nmax, without repeating any one ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do this more efficiently
Hello, I have this piece of code in MATLAB: for kk=0:N-1 for mm=0:N-1 for pp=1:Np ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Generate Gassian Colored Noise
Hello all, Is there any built-in function in MATLAB to generate a Gaussian noise with a specific covariance matrix R (colored...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I resample at original rate
Hello, I transmit a signal over a channel that time-scale and time-shift the transmit signal. To generate the received signal...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Circular Matrix Decomposition in MATLAB
Hello all, I have this N-by-N circular matrix F. Theoretically, this matrix can be decomposed as F=WDW', where W is the direc...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Matched Filter Integration in MATLAB
Hello all, In a communication system I have the following received signal: v(t)=\sum_{k=0}^{K-1}s_k P_k(t)+w(t) where w...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to generate OFDM received signal
Hello, Suppose that the channel impulse response is (written in LateX syntax) h(\tau)=sum_{p=1}^{N_p}h_p \delta(\tau-\tau_...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Received signal not on sampling time
Hello all, I have a sequence d of length N samples each of duration Ts. The channel I have will scale the received samples by...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
SC-FDE continuous time transmission in MATLAB
Hello all, I attached a file that contains the math of transmitting single carrier (SC) modulated signal over frequency selec...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do definite integral in MATLAB
Hello all, I have this function y of t, and I want to find the following definite integral (I am using the LateX syntax): ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Frequency Selective Channel Coefficients in MATLAB
Hello all How can I generate the following channel coefficients in MATLAB, where these coefficients correspond to a frequency...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Received Signal in Continuous Time
Hello all, I am trying to do this in MATLAB, and I appreciate any help: I have the transmitted signal in a communication syst...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
FFT in discrete and continous time
Hello all, I have in my code for OFDM system something like fft(x,N)/N. Does division by N in the discrete time equivalent to...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Covariance Matrix by Simulation
Hello, I want to check the covariance matrix of a colored noise if it is correct. I started to see how to find the covariance...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to these permutations?
Hello, Suppose I have a vector of N elements, and I need to find all possible permutations {N \choose n} for n=1,2, ..., N. H...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Parsing Bits
Hello, I have say 4 binary sequences arranged in a matrix where the first row contains the first sequence and the second row ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do this in MATLAB without for loops
Hi, I have 4 vectors x1, x2, x3, and x4 all of size N-by-1. I need to select two vectors such that their minimum values are t...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Column Circulant Matrix
Hello, How to create the following coulumn circulant matrix in matlab: X= [ x_0 x_{p-1} .... x_{P-L} x_1 x_0 ...
más de 12 años hace | 1 respuesta | 0
1
respuestaHow would you draw this in MATLAB?
This is my code: clear all; clc; f=10^3.*(0:1000); alpha=(0.11.*((f.^2)./(1+f.^2))+44.*(f.^2./(4100+f))+(2...
más de 12 años hace | 0