photo

Shivanand S M


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
118,359
of 301,570

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,333

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,498

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


./ and .* operations
I have two versions of matlab one is 2015b and other is 2019a an operation ./ works in 2019a version but shows error matrix dime...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to find the middle value of maximum peak in histogram
maximum value in histogram

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to plot output for entire signal if framing is done, the output plot is only for last frame
clc; close all; fp=fopen('pcm_rfenew.bin','rb');fe=fread(fp,'int16')./32767;fclose(fp); fs=fopen('pcm_rne new.bin','rb');ne=f...

8 years 前 | 0 个回答 | 0

0

个回答

提问


loop becomes terminated after i=1 it is not continuing
for i=1:nb-1 % framing fe1_buf= fe1(((i-1)*FR_LEN)+1:(i*FR_LEN)); fe2_buf = fe2(((i-1)*FR_LEN)+1:...

8 years 前 | 1 个回答 | 0

1

个回答