Muhammad Talha Bashir
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
85.387
of 295.467
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Feeds
0
answersQuestion
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...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 3 jaar ago | 0 answers | 0
0
answersQuestion
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.
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
fliping of audio in GUI
In this part I have recorded an audio using mic, now I want to flip it.
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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.
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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.
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
compress audio signal recorded in GUI
function pushbutton_Callback(hObject, eventdata, handles) r=audiorecorder; recordblocking(r,5); play(r); mr=getaudiodata(r);...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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.
meer dan 3 jaar ago | 1 answer | 0