photo

huda farooqui


Last seen: 3 months ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
160,063
of 300,641

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Question


How to take user input from MATLAB GUI?
I have done python matlab integration for Text-to-speech conversion, where i am calling python code from MATLAB. My python cod...

7 years ago | 0 answers | 0

0

answers

Answered
Separate words in audio file
I am facing the same problem .kindly help

7 years ago | 0

Question


similarly as we can change sampling rate of audio file by audiowrite command.How can we change the fundamental frequency of saved audio file?
I have a stored audio file and my task is to change its fundamental frequency like if its 196.4 Hz , change it to 265.3 ..

7 years ago | 0 answers | 0

0

answers

Question


how can we compare two arrays eg 'data' and 'aa' ,when 'data' matches any value of 'aa' i want it to return past values of data that are before that common value of data and aa....in an array
clc close all clear all [data, fs]=audioread('E:\MATLAB\R2017a\examples\audio\focus_good.wav'); sound(2*data,45000...

7 years ago | 2 answers | 0

2

answers

Question


how to tokenize a wave ?
i did silence removal by the following code. % Step 1 - break the signal into frames of 0.1 sec [ip,fs]=audioread('E...

8 years ago | 0 answers | 0

0

answers

Question


how to split a waveform where ever it reaches 0 threshold.
like i want to plot 'is this that book?' and split waveform of each word and replace 'that' with another high pitched emphasized...

8 years ago | 0 answers | 0

0

answers

Question


i want to plot a wave of spoken text ,how to store Speak command in a variable??
NET.addAssembly('System.Speech'); obj = System.Speech.Synthesis.SpeechSynthesizer; obj.Volume = 100; Speak(obj,'ho...

8 years ago | 0 answers | 0

0

answers