photo

Yash


Indian Institute of Technology Roorkee

Last seen: más de 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Mensaje

4th year UG student at IITR pursuing BTech in Electronics and Communication Engineering.

Programming Languages:
C++
Spoken Languages:
English
Pronouns:
He/him

Estadística

All
MATLAB Answers

0 Preguntas
10 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
4.409
of 300.369

REPUTACIÓN
12

CONTRIBUCIONES
0 Preguntas
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
127.035
of 168.436

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
I am finding it difficult to simulate a PV array under changing irradiance and temperature conditions.
There may be an error in the synchronization of the input signals. These may resolve the issue. If the sample times of the temp...

más de 2 años hace | 0

Respondida
how to use matched filter to compute SINR for communication users , given the information bellow
You can refer to the following code for the implementation. % Generate the transmitted signal using the communication beamfor...

más de 2 años hace | 0

Respondida
Simulation results oscillation.
You can try these below mentioned settings and see if any of them affects the oscillations in your simulation. Try using differ...

más de 2 años hace | 0

Resuelto


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

más de 2 años hace

Respondida
Why am I getting error?
Here are some possible resolution steps. 1) Look for any statements such as delete(obj) or clear obj that could cause the objec...

más de 2 años hace | 0

Respondida
I tried implementing a matched filter to improve sensing SNR using the code below, but I did not get good results. If anyone knows a better way, please help.
There's no need of a completely new approach according to me, you can just make some improvements in your code for better functi...

más de 2 años hace | 0

| aceptada

Respondida
Getting coordinates from the webmap at your mouse position
You can use the mapping toolbox in MATLAB. I think the geoshow and save function may help (for display and saving). Refer to thi...

más de 2 años hace | 0

Respondida
How to get bit error rate, Doppler shift, SNR in fsk modulation using simulink ?
You can do so by adding FSK Modulator, FSK Demodulator and a BER analyzer block in your model. Remember to configure the FSK bl...

más de 2 años hace | 0

Respondida
How to delete or ignore the rows with duplicate values in time
There might be an issue with how you're indexing the table or filtering duplicates, other than that, your code seems right to me...

más de 2 años hace | 0

| aceptada

Respondida
Simulink/ MATLAB Function Integration
The sim function cannot be directly used inside a Simulink Matlab Function block because it is a top-level command for running S...

más de 2 años hace | 0

| aceptada

Respondida
matlab code for distributed rate and power control protocol in wireless communication.
I am assuming that you want the code for a MIMO system. Here is a basic code that I wrote some time ago % Note: This is a basi...

más de 2 años hace | 0