
recent works
Working on optimization of electrical applications, DC-DC converters, Multilevel inverters, and power quality issues in microgrid systems
C++, C, R, MATLAB, Assembly
Spoken Languages:
English, Hindi, Telugu
Professional Interests:
Electrical and Computer Engineering
Statistiken
RANG
124
of 284.739
REPUTATION
946
BEITRÄGE
0 Fragen
64 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
413
RANG
154 of 19.226
REPUTATION
7.807
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
56 Dateien
DOWNLOADS
1070
ALL TIME DOWNLOADS
19638
RANG
of 137.516
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
I need to calculate the distance matrix between these locations in ev charging stations placement
% Assuming chargingStationCoordinates contains the coordinates of potential charging stations % Calculate distance matrix bet...
6 Tage vor | 1
| akzeptiert
I need know create a heatmap to visually represent this demand distribution
% Assuming you have data representing power demand at various points (powerDemand) % Create a heatmap to visualize demand dis...
6 Tage vor | 1
| akzeptiert
suggest me on implementing a genetic algorithm or a similar heuristic to determine the best charging station locations based on this data
% Assuming powerDemand is available and represents demand distribution % Assuming calculateFitness function is defined to calcu...
6 Tage vor | 1
| akzeptiert
can I overlay these locations on a map or distribution system plot to better understand the placement and coverage of charging stations
% Assuming demandCoordinates contain coordinates of demand points % Assuming optimalStationCoordinates hold the coordinates of ...
6 Tage vor | 1
| akzeptiert
Solving a linear system Ku=f using conjugate gradient method I implmented CG and PCG . Need help with visualisation of results
visualize the norm of the difference of the solution in every iteration with the final solution to see the convergence: cl...
15 Tage vor | 1
| akzeptiert
I have a doubt about how to implement real-time fault detection in a distribution system using MATLAB
Implementing real-time fault detection in a distribution system using MATLAB typically involves the use of signal processing and...
etwa ein Monat vor | 1
| akzeptiert
shift -discrete signal
Assuming you have a signal x sampled at a rate of 600 microseconds and you want to shift it to the right by 100 microseconds, ...
etwa ein Monat vor | 2
parrot miniquadcopter simulink model
In the MATLAB/Simulink Quadcopter project with the Parrot Mambo miniquadcopter model, the "motor command" is not a standard phys...
etwa ein Monat vor | 2
How to generate network topology for several LoRa nodes as mesh network ?
Creating a mesh network for LoRa (Long Range) nodes can be a complex task as it depends on various factors like terrain, node ...
etwa ein Monat vor | 1
| akzeptiert
Fit simbiology model to cmax or AUC data
Fitting a SimBiology model to data when you don't know the time of the Cmax (maximum concentration) can be challenging, but it's...
etwa ein Monat vor | 2
| akzeptiert
I'm developing a deep learning-based MPPT algorithm in TensorFlow. I don't know how to create custom loss functions and custom layers for this specific application
Creating Custom Loss Functions: Import TensorFlow: Start by importing TensorFlow in your Python script or Jupyter Notebook. im...
etwa ein Monat vor | 2
| akzeptiert
How to find the maximum of a 2d function in specific interval?
You can find the maximum value of your 2D function within a specific interval in MATLAB by using the following steps: Define ...
etwa ein Monat vor | 2
How to calculate the percentage of wavelet coherence value and significant coherence region
To calculate the percentage of wavelet coherence value and identify significant coherence regions, you can follow these steps ...
etwa ein Monat vor | 2
how do I Design and implement a 20-band DFT filter bank in MATLAB.
To design and implement a 20-band Discrete Fourier Transform (DFT) filter bank in MATLAB, you can follow these steps: DFT Filte...
etwa ein Monat vor | 2
Multiple Target Tracking using data coming from a real device
To develop a multiple target tracking system using data from a real radar device in MATLAB, you have a good set of toolboxes tha...
etwa ein Monat vor | 2
EV charging station Analysis
A dataset of EV charging station usage in MATLAB to generate insights, such as peak usage times and popular charging station loc...
etwa ein Monat vor | 2
Gesendet
Maximum Power Point Tracking (MPPT) for Solar Panels
Incremental Conductance Maximum Power Point Tracking (MPPT) algorithm for solar panels
etwa ein Monat vor | 30 Downloads |
Gesendet
Optimal Battery Charge and Discharge Simulation
Behavior of a battery, considering parameters such as maximum and minimum capacity, charging and discharging currents, and volta...
etwa ein Monat vor | 25 Downloads |
What is the best way for frame construction?
Converting events from an event camera (also known as a dynamic vision sensor, DVS) to traditional frames is a process called ev...
2 Monate vor | 3
im trying to run matlab video processing code and getting this error "Index in position 1 exceeds array bounds (must not exceed 1).
The error you are encountering, "Index in position 1 exceeds array bounds (must not exceed 1)," suggests that there is an issue ...
2 Monate vor | 3
Plots are generated as a screenshot of whole screen using Publish Tool?
you did not mention the exact point as of my knowledge I shared some of them please check. Set Figure Dimensions figure...
2 Monate vor | 3
how to plot sine wave signal with synchronous and non synchronous sampling?
Please check the python code: Import the necessary libraries: import numpy as np import matplotlib.pyplot as plt D...
2 Monate vor | 3
Specific toolbox or functions that can assist in simulating the impact of different EV charging stations placement strategies
MATLAB offers various toolboxes, such as Simulink and Power Systems Toolbox, that can be used to simulate the impact of differen...
2 Monate vor | 2
| akzeptiert
Determination of optimal placement of EV charging station
MATLAB's Optimization Toolbox provides a range of optimization algorithms and tools that can be used to solve complex mathematic...
2 Monate vor | 2
| akzeptiert
Is there any layer like additionLayer that can give multiple outputs?
There is a layer like additionLayer that can give multiple outputs. It is called the ConcatenateLayer. The concatenate layer tak...
3 Monate vor | 4
| akzeptiert
I am writing a code for demand side management using game theory .But I am getting some errors in calculate utility line.
The error message is saying that the index 2 exceeds the array bounds. This is because the setdiff() function returns a vector...
3 Monate vor | 4
Example of Reinforcement learning for classification
import reinforcementlearning as rl # Load the image data image_data = load('images.mat'); # Create the reinforcement ...
3 Monate vor | 4
How to implement the bayesain optimization in NN model structured with back propagation algorithm?
Bayesian optimization is a technique for finding the optimal hyperparameters of a machine learning model. It works by constr...
3 Monate vor | 4
read specified data range for fread a large binary file
Yes, it is possible to read a specific range of data from a binary file in MATLAB. You can use the fread() function to read da...
3 Monate vor | 4
How to calculate load carrying capacity using matlab code for journal bearing ?
function load_carrying_capacity = integrate_pressure(pressure, theta) """ Integrates the pressure over the bearing are...
3 Monate vor | 5