Community Profile

photo

Butterflyfish


Last seen: 2일 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Answer
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Timer with very precise period time
I have a script that plays a sound every 15 minutes a given number of times. It is triggered at a given datetime. As I would lik...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Wait until user press return key to continue script
I have a script plotting a figure with some vertical lines. I then want the user to select some of the lines and output a table ...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Select lines on a surf plot and output indices
I have a plot (spectrogram) on which I added some lines. I would like to select some of these lines directly on the plot with th...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Display both the figure and save the output in the function 'findchangepts'
I am using the function findchangepts to find abrupt changes in a spectrogram: [s,f,t,pxx] = spectrogram(data, 128, 120, 128, f...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Coloring scatter plot based on count number
Hi, I have a table (results) with time as a first column (result.time) and the count of an event in the second (result.event). ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Define an event if there are > 5 signals detected in a minute
I have a datetime table containing detected 'signals' and their variables, including their exact timestamps. I would like to d...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Sound source localization underwater
I have three recordings of a signal taken with an array of three hydrophones (one sound source). I would like to estimate the so...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Detect abrupt change in trajectory (coordinates)
I have a trajectory (cartesian) on a timeline (frames) and I need to find abrupt changes in trajectory, i.e. almost 180º. I foun...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Animated Line: display different colours and leave the colourful trail
I have a trajectory which I would like to animate with the colour changing depending on a condition. Here is my script so far: ...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


Randomly select a set number of samples (of size n) without overlap, nor replacement, in a signal
I have a sound signal and I would like to randomly select 5 units of 10 seconds in that signal, but with no overlap, and with no...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Transforming HH:mm:SS to 'dd.MM.yy HH:mm:SS' and loosing seconds
>> time = datestr(seconds(duration),'HH:MM:SS') time = '02:59:57' >> date_and_time = datetime(time, 'ConvertFrom', 'dat...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Cut an audio file into regularly spaced units
Hi, I would like to cut long audio files into regularly spaced units of regular size, and save these units as new audiofiles. ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I Install POI library on Mac?
In your Matlab code, add: addpath('/dir/20130227_xlwrite/poi_library') javaaddpath('poi_library/poi-3.8-20120326.jar...

5년 초과 전 | 0

질문


How to import and read a binary file in Matlab
I have a .bin file with data which was saved as '16-bit, Intel format with no header'. Is it possible to import and read and if ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Change the folder names from one digit to 2 digit numbers
I have a folder 'data' full of folders which are named like this: E:\data\foldername1\ E:\data\foldername2\ E:\data\f...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


FFT, padding, IFFT and plot in time domain
Hi, I performed an FFT with some zero padding and would like to transform it back to time domain. When I plot the signal it look...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Find and plot 3dB and 6dB downpoints of spectral peak frequency in a PSD
I have a PSD and find its peak with: Pyy, fyy]= periodogram(filterLow_hyd1,[],[],fs); [pk, loc] = findpeaks(Pyy,'Npeaks',1...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Spectrogram: find the median of the power (dB) to plot with median threshold
I have a spectrogram: [s,w,t] = spectrogram(signal,blackmanharris(windLength),overlap,NFFT,fs,'yaxis'); and I want to plo...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Combining and averaging multiple FFTs
I have multiple, real, audio signals which I am taking the FFTs. Although they don't come from the same recording, those signals...

8년 초과 전 | 답변 수: 1 | 2

1

답변

질문


Add a semilogx axis to a plot given by a function
I am using the function obw() to plot occupied bandwidth with the code: obw(signal, fs); It plot it on a normal frequenc...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Newbie: How can I import and read data files (text files) automatically?
I would like to import data into a m file. Data has extension ".epi". I figured out how to import it (see code following) but w...

거의 11년 전 | 답변 수: 1 | 0

1

답변