photo

Shivanand S M


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
118,073
of 301,301

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,897

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


./ 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 ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer