photo

João


FEUP

自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
4 个回答

排名
5,659
of 297,457

声誉
8

贡献数
4 个提问
4 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Mex .c does not find the SDK on Mac.
Hello, I'm using rMATLAB2016b and I have Xcode installed. I think thee problem is the fact that somehow MATLAB does not foind ...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
Resample and convert into PCM
I get it: % convert to PCM 16 bit precision = 'int16'; fidr = fopen([a_filename(1:11), '_22050','.wav'], 'r'); % open ...

6 years 前 | 0

| 已接受

提问


How to enable automatic variable highlighting in C code (MEX) inside MATLAB?
Hello, I'm using MEX .c inside MATLAB. I'd like to know if it is possible to highlighting the variables in C code (like MATLA...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Resample and convert into PCM
Hello, First of all I'm using rMATLAB2018. I'm trying to resample an audio file with sampling rate 44100 Hz to 22050 Hz and t...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
help in plotting variable from loop
Try this: figure(1) for i = 1:1:10 m = (M*V*p1)/(R*T); m1 = (M*v*p1)/(R*T); p1 = (R*T*(m-m1))/(V*M); disp(['p1 = ' ,num2st...

6 years 前 | 0

| 已接受

已回答
How to cut out specific segment from findpeaks function?
Try this, [pks,locs] = findpeaks(PeakSig,x,'Annotate','extents','WidthReference','halfheight') The variable locs have the inde...

6 years 前 | 0

已回答
Plot spectrogram from time by frequency matrix
Try this, [s, f, t] = spectrogram(x, w ,noverlap, nfft, Fs); % x is the signal; %w is the window; % noverlap is the windowin...

6 years 前 | 0

| 已接受

提问


Number of push button change
I have an audio that I've split into 2 segments. I'd like to plot the audio file and add 2 push buttons in the figure, in order ...

6 years 前 | 2 个回答 | 0

2

个回答