2NOR_Kh
Followers: 0 Following: 0
Statistik
RANG
35.841
of 295.467
REPUTATION
1
BEITRÄGE
32 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
59.38%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
what format I should save my volumetric data to upload it in 'Volume Viewer' app?
I have an ultrasound video clip and I want to plot it as a 3D rendered. I want to use 'Volume Viewer' app but when I upload eit...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
what is wrong with ifft process on this image?
I want to apply some processing and changes on my 2D signal and then take it back to time/spatial domain by using ifft, but I do...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
I receive "Could not find version 9.11of the MATLAB Runtime" when running my compiled app, my MATLAB Runtime is 9.13. so this specifically need 9.11 to be run?
I have a file and I want to open it but it gives me a runtime error. My previous version was 2021a. I found a similar question ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why the fft results of these functions are not what I expect?
I have three functions; a sinusoid, square and sawtooth. The fft of sine is what we expect in fourier domain. But I expect to se...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why fft of an even and real signal in time domain gives imaginary part?
This is the question: a. Create a real and even-symmetric signal for use as a test signal. Since this is easiest to do when the...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to read data from box(cloud storage)?
I have a dataset with a large memory that I can't save all of them on my pc. This data are in box cloud and I found a similar qu...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
ow to convert a 3Dplot to 2D?
I have a code to generating phantom data in MATLAB but my final plot is in 3D. I searched throught mathwork and could find some...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the "-20dB" bandwidth of a signal and how to calculate it in MATLAB
I searched to find the answer, I could find the 3dB bandwidth which is half power bandwidth and there is function to find that i...
etwa 2 Jahre vor | 1 Antwort | 1
1
Antwortplot an specific function in matlab
I could find the answer to this question after some search and I'll answer it for anyone who came up with the same question in t...
etwa 2 Jahre vor | 0
| akzeptiert
Frage
plot an specific function in matlab
I have this equation to be plotted, I wanted to know if there is any specific function for this equation or not, somethins like ...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
curve fitting in MATLAB by using curve fitting tool
I have a data that should fit a gaussian into it and then finding the center frequency and sigma, I use curve fitting tool in th...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
which part of my logic is wrong?
I wanna plot the equation given below for w=(3:0.01:7)*1e6 and the written values in the code, I should have a plot of R based o...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to design a single cycle square wave?
I want to design a single cycle square wave and for theat I am using 'square' function but I don't know how to make it a single...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why my conditional function is not what I expected?
I have this question to solve: this is my program: close all clear all x = -3:0.5:3; y = -3:0.5:3; [X,Y] = meshgrid(x,y)...
etwa 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
calculating attenuation in RF data of ultrasound
I am running into something I have not yet managed to figure out after quite some googling. I should find the attenuation of an ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I have a single number as the result of dividing two numbers?
I am implementing this formula in MATLAB: I[i], is the intensity of my signal and i is the index for each row. My code is as ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I have three images that should have similar range of histogram is the rescaling a correct procedure?
I have three images that should have similar range of histogram is the rescaling a correct procedure or there may be better solu...
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to fix a parameter in fitdist function?
I am trying to fit burr distribution to my data, but for the simplicity of my algorithm, I should assume c=2 in burr distributio...
mehr als 2 Jahre vor | 0 Antworten | 0
0
Antworteni have a homework that i have been stuck on, can anyone help ?
you can change parameters to see how this will change. Also, in gaussian distribution, there is another important parameter name...
mehr als 2 Jahre vor | 0
Frage
how to manual crop an ultrasound image
I have an ultrasound iamge and I should a rectangual ROI manually like Ithis image: but when I use imcrop it does not plot th...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to fit an exponential curve to my signal in a plot?
I have a signal and I should fit an exponential curve to it. This curve should be made based on the max imum peaks in the signal...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
uploading dataset from google drive
I have a dataset in my google drive and I wanna upload it, but it gives me an error that it can't open the file. I am using 'loa...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I wanna know how imadjust is working. The whole algorithm and its reference paper.
Hi everyone, I am looking for the refrence paper of imadjust in matlab. I searched throught its library in matlab but I couldn'...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortI should convolve my signal with which function to have the signal itself?
I find out my issue with dirac. tt = -100:0.1:100 y=dirac(tt); idx=y==inf; y(idx)=1; plot(tt,y);
mehr als 2 Jahre vor | 0
| akzeptiert
Frage
I should convolve my signal with which function to have the signal itself?
I should convolve my signal with a function and have the signal itself. I read on the internet that dirac function will be the s...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can I have a perfect rect function as the result of applying fft on sinc function?
I have to generate a perfect rectangle as the fft result of the sinc function. I am working with different parameters to achieve...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find the right frequency axis when we take the Fourier transform of a function?
I want to know how to find the correct frequency axis when I am taking the fourier transfor. To make it clear, we know that for ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
filtering by filter function and having a shift
I have a signal and applied a filter by using filter function in matlab (the built in filter function of matlab). I added paddin...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why after applying imadjust it gives me a white picture?
I applied imadjust on my image and the first time it was working and gave me a hight contrast image but the 2nd time ,it is givi...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how many paddings I need for my signal?
I have a signal and a filter with this size: 1*282 now I dont know how many paddings I should add to my signal.
mehr als 2 Jahre vor | 0 Antworten | 0