photo

Prajan Pradhan


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Professional Interests: Wireless Communication

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
86.301
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
37.5%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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

  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I solve overdetermined sets of non-linear equation?
Actually I have 3 variables and non-linear equations are at least 8. Is LMFnlsq.m or LMFsolve good for it?

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


In solving equation using 'solve', I tried to change the constant part by a small value say 0.1. But, If I change the value by 0.1 the solution is completely different and far away from the exact solution. Is there any solution?
syms x y z a = (sqrt((x-SatPos(1,1))^2+(y-SatPos(1,2))^2+(z-SatPos(1,3))^2)==Dis(1)); b = (sqrt((x-SatPos(2,1))^2+(y-Sat...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I tried to add noise with randn function but its not filtered by butter filter. How to add high frequency noise in a .wav audio so that I can filter it with butterworth filter?
%Butterworth filter design n=10; wn=0.4; [a b]=butter(n,wn,'low'); %Reading Audio Signal [Data,fs,nbits] = wavread(...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I plot in 3D with three different size vector?
Actually I have a=[-2 -1.5 -1 0 1 1.5 2]; b=1:16368; c=1:16368; I used plot3 and stem3 but it requires vector of eq...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


When I calculate exp(3.8566e5*1i) and exp(data*1i) answers are different why? Here, data=3.8566e5
>> Data Data = 3.8566e+005 >> exp(1i*3.8566e5) ans = 0.6076 + 0.7942i >> exp(1i*Data) ans = 1.00...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to save the data changed in GUI table?
Suppose I have a table with 3*3 matrix and If I changed the elements of a matrix in editable table how can I store the changed d...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


If a fft of vector x is plotted then what would be the x-axis?
x=rand(1:1000)>0.5; X=fft(x); X_mag=abs(X); plot(x_mag) There would appear 1000 values in x-axis , is it frequency o...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to generate a discrete square pulse, lets say N times?
Lets say sample rate =20kHz symbol rate =1khz

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas