Estadística
8 Preguntas
3 Respuestas
0 Problemas
11 Soluciones
CLASIFICACIÓN
14.145
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
8 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
1
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
33.033
of 153.912
CONTRIBUCIONES
0 Problemas
11 Soluciones
PUNTUACIÓN
120
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Extracting the data
hi,i have a vector consisting of a very few non zero values and remaining all zeros, i need to extract only the non zero values ...
más de 12 años hace | 1 respuesta | 0
1
respuestaResuelto
collision
several cars (n) were involved in this collision, the input matrix (vm) has n rows and two columns, first column for velocity an...
casi 13 años hace
Resuelto
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
casi 13 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
casi 13 años hace
Resuelto
Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.
casi 13 años hace
Resuelto
vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.
casi 13 años hace
Resuelto
First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero ...
casi 13 años hace
Resuelto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
casi 13 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 13 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 13 años hace
Running through a loop and storing values
hi stephen, you might be getting onlt the last values of Q11bar, Q22bar....this is because you are using just Q11bar instead of ...
casi 13 años hace | 0
Pregunta
Attenuation as a function of distance and frequency
Hi, i have a non stationary signal whose frequency varies with time.When i implant that signal in power line, it will experiance...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
FFT vs Time Plot
hi, i have a non stationary signal whose frequency is varying with time and i want to plot its FFT verses time of the signal. Ca...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
time-frequency
hi, i have a signal whose frequency is varying with time, i need to know the frequencies at all the times. I need a plot of the ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
smart wiring GUI
Hi, I want to analyse the signals in a wire, for that i need smart wiring GUI as shown in the link below(FIG 4).Is there any suc...
casi 13 años hace | 0 respuestas | 0
0
respuestascorrcoef command
hi lestyn, you can also get correlation between two vectors using xcorr [x,lag]=xcorr(s1,s2); [max,ind]=max(abs(x)); d...
casi 13 años hace | 0
implementation of time frequency analysis using wigner - ville distributions
hi raj, try the link given below, it is a time-frequency analysis tool that works with matlab where you can find time-frequency...
casi 13 años hace | 1
Pregunta
wigner distribution
Hi, i need the time-frequency analysis of a signal, for that i need to go for wigner distribution. Can anyone please tell me how...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple delays using cross correlation
I want to find multiple delays between two signals using xcorr in matlab. I'm getting the single delay when i use the following ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Delay using Cross correlation
I want to find the delay between the two signals using xcorr block in the Matlab. When i give two signals to xcorr block, i'm ge...
casi 13 años hace | 2 respuestas | 0