Community Profile

photo

Butterflyfish


Last seen: 2ヶ月 前 2013 年からアクティブ

統計

  • First Answer
  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


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

回答