![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3168141.jpg)
Salaheddin Hosseinzadeh
Followers: 0 Following: 0
Python/MATLAB, AI, Deep learning, Signal & Image processing, Networking, Cybersecurity, Wireless communication
Python
Statistiques
RANG
268
of 297 016
RÉPUTATION
336
CONTRIBUTIONS
5 Questions
149 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
45
RANG
1 304 of 20 419
RÉPUTATION
1 438
CLASSEMENT MOYEN
4.70
CONTRIBUTIONS
16 Fichiers
TÉLÉCHARGEMENTS
44
ALL TIME TÉLÉCHARGEMENTS
12012
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Integer/Discrete Optimization with Simulated Annealing
Turning MATLAB's Simulated Annealing to Integer/Discrete Optimization
plus de 5 ans il y a | 4 téléchargements |
A soumis
Depth Estimation with Stereo Vision Using Two Single Cameras
Depth estimation using two single cameras. Make your own stereo camera
plus de 5 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f12233b4-0372-47e2-bac5-4cad73c08bf4/7082f858-5ff8-45c4-bd34-6a64a5c8f2f0/images/screenshot.png)
A soumis
3D Ray Tracing For Indoor Radio Propagation
3D Ray Tracing To Estimate Signal Strength in Indoor Environment and Estimate Propagation Loss
presque 6 ans il y a | 14 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/bff0fe61-9c7d-470a-a047-6f319dc6346c/5bd531c9-b08a-4d6c-93f2-ec2c4c501e07/images/screenshot.png)
A soumis
Multi wall (COST231) Signal Propagation Models + Python Code
Estimates the propagation loss using COST231 & free-space path loss models
presque 6 ans il y a | 4 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8131d092-88b2-4136-b65a-9f9f8074b825/b2cb4886-1bcd-4762-8a66-08d7590a921e/images/screenshot.png)
A soumis
PYTHON/MATLAB optimization for log-distance model + Example
Submission contains both Python and MATLAB codes. They demonstrate non-linear regression analysis (least square) of radio propag...
environ 6 ans il y a | 1 téléchargement |
A soumis
Pulse data segmentation
Optimized Pulsewidth, Extract single polarity pulses
presque 7 ans il y a | 1 téléchargement |
How to get image in RGB
Hi I Can't find _*gray2rgb*_ function in MATLAB documentation! What does that do exactly? Have a look at this link, it may h...
environ 8 ans il y a | 0
A soumis
Electron Beam Measurement Using Deblurring (deconvolution)
APWD_V5 corrects the electron beam measurements suffering from linear motion blur.
environ 8 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/60414/versions/1/screenshot.png)
How to plot frequency spectrum of a signal in matlab?
Hi there! I don't know why your instructor didn't like it! Maybe it's missing a division and he is picky on that! fftNo...
plus de 9 ans il y a | 1
A soumis
Simple Demo of Hough Transform Implementation
Simple Demo of Hough Transform Implementation
plus de 9 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52183/versions/1/screenshot.jpg)
How to plot 2 histograms on the same axis?
Hi, Create a figure before using hist, create an axes in the figure and get its handle. Use hold command to allow multiple gr...
plus de 9 ans il y a | 0
How to design a high pass filter and test the filter by a signal
Hi, Type fdatool in the MATLAB command window. It opens the Filter Designa and Analysis window, where you can design your ...
plus de 9 ans il y a | 0
error while evaluating uimenu callback( in fuzzy toolbox)
Sounds like a terrible situation. You can't even open it to edit things. Is it possible to make a definition/coding violation in...
plus de 9 ans il y a | 1
| A accepté
How change somme values on a matrix?
Hi Biza, It sounds like you want to do thresholding. A = A>20; % this makes A a logical matrix of 0 and 1, 1 is when A <...
plus de 9 ans il y a | 0
| A accepté
I think my answer is not correct for this question, anyone can help me to check it? Thanks
Hi, It matches with your flowchart, Why do you thing it is not correct?
plus de 9 ans il y a | 0
| A accepté
Hi, I would like to ask if my answer is correct or not, here is the question.
Hi, Looks alright. You can use xlim, ylim to limit the view and see the zero crossing location better, however assuming th...
plus de 9 ans il y a | 0
| A accepté
I have some problem when plotting the graph, anyone can help? Thanks
Hi, You need to store y first. x = -10:10; for i = 1:numel(x) y(i) = 2^(0.4*x(i))+5 end plot(x,y,'g')
plus de 9 ans il y a | 0
| A accepté
Cross-correlation for signal matches
Dear Steven, Here is a example code i used to find the phase-shift between two different signals. I used cross-correlation to...
plus de 9 ans il y a | 0
How can I fix an Out of Memory error?
Hello Hadi, Mainly you're running out of RAM memory. You may have to modify your code to be able to run it. There are diff...
plus de 9 ans il y a | 0
| A accepté
How to have a GUI perform an action only when a pushbutton is pressed?
Hi Sicilian, I was searching how to do the same thing a few months ago. You want the motor to be on while you're holding t...
plus de 9 ans il y a | 2
Matlab - FFT of Gaussian - Equivalency
I'm not sure what you're intending to do. Do you know about fftshift() command? To me it sounds like you're having problem...
plus de 9 ans il y a | 0
how can I add zeros elements to a matrix?
Hi Moein, there are different ways to do this. One of which is to define a fully zero matrix with all zeros newMatrix = ...
plus de 9 ans il y a | 6
| A accepté
how to find variance of audio signal?
Hi, You can read the wav file with wavread() command and find the variance with var() command. Hope that's enough
plus de 9 ans il y a | 0
using subplot(m,n,p,ax) in a loop
Just put figure outside the loop. If you want to change each axis or maybe axes properties, use xlim ylim in your for loop y...
plus de 9 ans il y a | 0
drawing a triangular wave
Hi Soloby, You just asked a question on fuzzy logic, I assume this is in the same area! Have you tried trimf or trapmf mem...
plus de 9 ans il y a | 0
| A accepté
Fuzzy Operation (Add, subtract, multiply, and divide) without using the built-in matlab function?
Hi Soloby, What's y all of a sudden?!
plus de 9 ans il y a | 0
averages of a matrix
Hi Anthony, This is very basic, please read more output = mean(A.*B) That's all
plus de 9 ans il y a | 1
How to write a 'text' at the end of another one
Hi Alessandro, You have to use text, see matlab help for text please text(Xposition,Yposition,'Your String!'); To plo...
plus de 9 ans il y a | 0
Hi. i want to plot some thing like this picture how can i do this ?
You may have to do this with two plot commands, one to create a red line one to create a gigantic square, which you can do...
plus de 9 ans il y a | 0