photo

huda farooqui


Last seen: 대략 1개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
1 답변

순위
109,994
of 300,364

평판
0

참여
6 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Separate words in audio file
I am facing the same problem .kindly help

대략 7년 전 | 0

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

7년 초과 전 | 답변 수: 0 | 0

0

답변