Yogesh
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
238.629
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
55.116
of 153.872
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
51
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
How to properly scale the lorentzian curve to the data
clear all clc close all RMS=[]; R=[]; P_threshold=[]; L=5; %[m] Fiber length V1=[1]; P0=4.7960; F1=0; count=0; count1...
alrededor de 1 mes hace | 0 respuestas | 0
0
respuestasPregunta
How to properly fit the data to lorentzian curve as I am getting a few errors...
clear all % close all clc tic RMS=[]; R=[]; P_threshold=[]; L=5; %[m] Fiber length V1=[1]; P0=4.7960; F1=0; c...
alrededor de 1 mes hace | 3 respuestas | 0
3
respuestasPregunta
How to fit a noise signal in the shape of Lorentzian to a Lorentzian curve.
clear all % close all clc tic RMS=[]; R=[]; P_threshold=[]; L=5; %[m] Fiber length V1=[1]; P0=4.7960; F1=0; c...
alrededor de 2 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to find area under the curve after converting the power spectrum from Watt to dBm
PS=0.2; %Input Power L=10; h = 6.62607015e-34; n=1.45; %Index of refraction eps0=8.854e-12; % [F/m] Vacuum permittivity...
2 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to get to Power Spectral Density from Power spectrum as shown in figure
fsine=10e6; L=10; PS=0.2; A=7.85e-11; c=3e8; dt=2e-12; V=1; n=1.45; %Index of refraction eps0=8.854e-12; % [F/m] Vacuum...
2 meses hace | 1 respuesta | 0
1
respuestaPregunta
Why isn't the numerical value assigned by matlab verified using == function.
I have calculated the value for R using my code which has assigned 0.0094 but if I try to verify using == function , it shows ...
4 meses hace | 2 respuestas | 0
2
respuestasPregunta
How to choose a single element randomly from a vector
A=[2 3 4 5]; How do I choose any one variable from the vector A randomly each time.
4 meses hace | 2 respuestas | 0
2
respuestasPregunta
Need some help generating White Noise Source
clear all close all clc tic L=10; %[m] Fiber length PS=1; n=1.45; eps0=8.854e-12; % [F/m] Vacuum permittivity mu0 = ...
4 meses hace | 0 respuestas | 0
0
respuestasPregunta
How to assign pair of values to a single aeeay in the matrix using two different vectors
fsine=50e6:0.4e9:3e9; Vp=0:0.5:3; I need to form a matrix such that columns correspons to different Vp for a single fsine...
5 meses hace | 2 respuestas | 0
2
respuestasResuelto
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
5 meses hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
5 meses 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:...
5 meses hace
Pregunta
How to find RMS bandwidth of the below signal
L=10; n=1.45; c=2.9979e8; dt=6e-12; T=10*2*L*n/c; fmax =2.5e9 %fs=80*fmax; TA=-T/2:dt:T/2; fs=1/dt; %t = (-T/2/...
5 meses hace | 1 respuesta | 0