回答済み
Listen for Changes to Property Values
Hi Nycholas, I agree with Steven's suggestion. Please find below a possible implementation of what I understand you are tryin...

7年弱 前 | 0

回答済み
Splitting one channel into two using 2 into 1 stereo cable giving me ZERO lags ? help !
Hi Ali, A number of things could be happeninig here - low-end or built-in laptop sound cards most often have mono mic or line...

約7年 前 | 0

回答済み
How to record from two different external microphones using Audio System Toolbox for simultaneous recording ?
Hi Ali, Thank you for posting this. My recommendations are going to be closely related to the answer I gave to another <https...

約7年 前 | 1

| 採用済み

回答済み
Audio (mp3) to Text converter tool for MatLab?
Hi Rafayet, I work at MathWorks and I noticed this old question of yours just now. I thought I'd leave a link to our recent M...

約7年 前 | 2

回答済み
How to convert Speech to Text
Hi Nemala, I work at MathWorks and I noticed this old question of yours just now. In case it was useful to others, I thought ...

約7年 前 | 1

| 採用済み

回答済み
Why Cross Correlation (xcorr) of Two simultaneously Recorded Audio Signals Always return randomly different lags? Help!!
Hi Ali, I work at MathWorks in the Audio System Toolbox team. I can't exactly replicate your experiement as I don't have your...

約7年 前 | 1

| 採用済み

回答済み
Sum Object Properties: Signal
I agree with the previous suggestion, another close variation being: sum(vertcat(obj.signal)) If myClass was instead a S...

約7年 前 | 0

| 採用済み

回答済み
Real time octave analysis: one third octave band
Hi Nycholas, I won't comment on the specifics of this function, which was written quite a while ago, but I thought I'd provid...

約7年 前 | 0

| 採用済み

回答済み
FVTool: filter array as parameter
Hi Nycholas, Please give the following a try and let us know if it works for you: filter1 = octaveFilter('CenterFrequenc...

約7年 前 | 0

| 採用済み

回答済み
Spectrum Analyser: One-third octave bands
Hi Nycholas, I am broadly re-using here my comment on your related question, for completeness. Spectrum Analyzer doesn't y...

約7年 前 | 0

| 採用済み

回答済み
How to visualize the GUI of VST Plugin?
Hi Nycholas, I work with the Audio System Toolbox team at MathWorks so I thought I'd add a few thoughts. The objects return...

約7年 前 | 0

| 採用済み

回答済み
Does matlab support USB audio devices that have 4 microphones?
Hi JD, I work with the Audio System Toolbox team at MathWorks and after seeing this I thought I'd drop a more precise note on...

7年以上 前 | 2

回答済み
Convolution with audio system toolbox
Hello, I thought I'd capture a quick update on this topic as R2017b has already been out there for a few weeks. With the late...

7年以上 前 | 1

回答済み
How do i create a upward compressor, and upward expander from the code/blocks in audio system toolbox in simulink...
Hi Brent, Thank you for posting a question on this topic. I work at MathWorks so I thought I'd take a stab at answering (I al...

7年以上 前 | 0

回答済み
How can i plot the frequency of audio file in same speed with audio speed?
Hello, I am not sure I fully understood your question, but I work at MathWorks and I will try tackling this from one possible...

7年以上 前 | 0

回答済み
How can I visualize data other than the first channel in Audio Test Bench?
Hi Ben, I work in the audio team at MathWorks so I thought I'd have a go at this. Yours is a good question, thank you for ask...

7年以上 前 | 0

| 採用済み

回答済み
Audio Plugin importation in Protools10 all black window.
Hi Pablo, I work at MathWorks so I thought I'd take a stab at this. Pro Tools only supports their own proprietary plugin for...

8年弱 前 | 0

| 採用済み

送信済み


Real-Time Beat Tracking Templates for IEEE Signal Processing Cup 2017
MATLAB and Simulink examples to prototype beat tracking algorithms in real-time for SP Cup 2017

8年以上 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Code for Webinar "Signal Processing for Machine Learning"
MATLAB Code from example used in the Webinar "Signal Processing for Machine Learning"

8年以上 前 | ダウンロード 9 件 |

Thumbnail

送信済み


Code for Webinar "Signal Processing and Machine Learning Techniques for Sensor Data Analytics"
Code from Webinar "Signal Processing and Machine Learning Techniques for Sensor Data Analytics"

9年弱 前 | ダウンロード 11 件 |

回答済み
Why does dsp.AudioRecorder() uses SO much CPU time?
Hi Ian, Thanks for asking. I work at MathWorks and I thought I'd take a stab at answering your question. In short – The ...

9年弱 前 | 1

チャネル


Dew Point Output

9年以上 前

チャネル


Daily Traffic Count Output
Value of the daily traffic count from Eric's camera

9年以上 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

約10年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約10年 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

約10年 前

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

約10年 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

約10年 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

約10年 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

約10年 前

さらに読み込む