Frage


How to determine frequency components in a signal
How to determine the different dominant frequency components in a signal (for the whole signal duration and for specific period...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculate the mean amplitude of a signal
Calculate the mean amplitude of the entire signal (i.e., by determining the root means squared) please can someone tell how t...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to compute duration of the signal
how to compute duration of the signal (dim: 200 x 1)

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


is maximum amplitude/range of the signal = max(signal)
is maximum amplitude/range of the signal = max(signal)

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to plot the signal with timesteps
i have a signal value, of dimension 400 x 1.... how to plot the signal with timesteps of 7 microseconds....

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


remove embedded data from image after recovery
I hide an text to an image... when i recover the text, the text is coming correctly, and the image pixel values are not same (in...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


get character value from decimal
get character value from decimal rbi = (dec2bin(rb,1))'; rbin = reshape(rbi,siz,8); txt = (bin2dec(rbin))'; tx...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


compute the count of elements in a cell array
I have a cell array named "catgUsers", which represents "n" users and the cluster id, he has.... from that cell array i need to ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find total duration
A = [5 9 3 4];; %number of days to complete a work i have 2 set of workers, start time = 0; 0 + 5 = 5 0 + 9 =...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to correct NaT in datetime
when i do as st = datetime('13:00:00'); et = datetime('14:00:00'); t = datetime(cellTime); tp = isbetween(t, st, e...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to select time which comes in a range from cell array
if i have a time as cellArr = {'6:25:48' '7:28:18' '8:30:20' '9:32:37' '10:35:40'}; how to select time which...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


get time from excel to matlab
i have a column in my excel sheet as 6:25:48 6:28:18 6:30:20 6:32:37 6:35:40 but when i read that excel she...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


delete rows from cell array
i have a cell array with string as below (format is "number""space""-""space""number") 1234 - 5678 543 - 2345 5678 - ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


plot orientations using quiver only in the mask region...
[rows, cols] = size(orient); len = 0.8*spacing; s_orient = orient(spacing:spacing:rows-spacing, spacing:spacing:col...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


compute pitch of an audio signal from the frequency
how to compute pitch of an audio signal from the frequency.... any equation or function... i have the frequency of the audio sig...

etwa 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


is it possible to determine how many persons speak and duration from an audio signal
is it possible to determine how many persons speak and duration from an audio signal av = audioread('audioname.wav');

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


replace values in matrix A based on values of matrix B
replace values in matrix A to zero, if values in matrix B from the same position is equal to zero...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


create a new cell array by repeating values
i have a cell array with n columns... from this n values i want to create a new cell with "r" rows and "c" columns.... that repe...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to plot images from a cell adjacentlty
i have images in a cell (say of size(1x60))... how to plot these images in one figure file, adjacently as shown below.... <<...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is it possible to mask the as below, without selecting points
is it possible to mask the as below, without selecting points, (like roipoly - such functions not to be used...) with some codin...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get the audio signal from a video
I have a video, i needed to get the audio signal from the video... I did as, a = audioread('audio1.avi'); in some ca...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to divide an image into upper and lower regions
How to divide an image into upper and lower regions and get those into separate variables, based on the centroid point, so that ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


fill a particular blob with black
i segment and get a binary image with "n" number of blobs, Suppose i want to fill a particular blob with black and save it as im...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to compare two matrices in a cell array
I have a cell array of size 1 x n, i need to compare two matrices at a time such as 1-2, 1-3, 2-3... how to take two different m...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get the categories used by different users and their count
I have 5 images of two categories 1 and 2, and these five images are being used by 3 users, A B and C image_lbl = [1 1 1 2 ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


crop a binary mask without other regions
I have an image shown in image 1, in which i get two objects bw1 and bw2. But, when i crop the bounding box region of object1 (b...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Get binary Mask of selected regions
i wanted to get the mask of only regions in an image with selected intensity values such as 111, 118, 147, etc.... The intensity...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Pitch of audio signal
How to compute pitch of signal [mx2] dimension...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Find the duration of speech
i have a video or audio with 2 persons speaking... Is it possible to get the 1. duration of speech by person1 and person2...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


give title on the left side of subplot
<</matlabcentral/answers/uploaded_files/66489/Untitled.png>> i need to give titles, is it possible to give title at the side ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Mehr laden