Muhammad Talha Bashir
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
85.404
of 295.569
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
27.27%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
0
AntwortenFrage
Mixing an audio wav file with a generated sin wave sound
I am trying to add a aound signal "a" with a .wav format named "song". amp=1; fs=20500; % sampling frequency duration=2; f...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
DSB modulation with carrier of a recorded audio in GUI
Here in the code "encrypted" is the audio signal. whereas I want to modulate that signal by DSB AM with carrier and, plot th...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
adding noise to audio and removing it in gui.
I want to add noise to this audio data and in the second step remove this noise to achieve the original signal.
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
inserting image in matab gui
as i read the image and show it, it does not displayes on the desired axes, rather it makes a new axes or shows on the next ax...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
expansion of a recorded signal GUI
i have recorded this data from the user now i wat to expand it. for Expansion,if x[t] is a signal then 3 times of its expans...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
fliping of audio in GUI
In this part I have recorded an audio using mic, now I want to flip it.
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
picture encryption decryption in matlab gui
i want to take an image as an input/ import in one button and encrypt it in second and decrypt in third button.
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
ENCRYPTION AND DECRYPTION OF RECORDED INPUT SIGNAL GUI MATLAB
In the above image i have recorded audio and displaye d it on the axes. Now I want to encrypt and decrypt this audio data.
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
compress audio signal recorded in GUI
function pushbutton_Callback(hObject, eventdata, handles) r=audiorecorder; recordblocking(r,5); play(r); mr=getaudiodata(r);...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do i call the recorded audio into another push button and compress it in GUI.
I want to call this 'myrec1' in pushbutton 2 and compress it. the resultant is to be displayed on axes2.
mehr als 3 Jahre vor | 1 Antwort | 0