huda farooqui
Followers: 0 Following: 0
Statistik
RANG
106.812
of 295.673
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenSeparate words in audio file
I am facing the same problem .kindly help
etwa 6 Jahre vor | 0
Frage
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 ..
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 7 Jahre vor | 0 Antworten | 0