
Muhammad Talha Bashir
Statistics
MATLAB Answers
10 질문
0 답변
순위
253,458
of 262,827
평판
0
참여
10 질문
0 답변
답변 채택
30.0%
획득한 표
0
순위
of 113,807
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
2달 전 | 답변 수: 2 | 0
2
답변질문
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...
7달 전 | 답변 수: 0 | 0
0
답변질문
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.
약 1년 전 | 답변 수: 0 | 0
0
답변질문
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...
약 1년 전 | 답변 수: 1 | 0
1
답변질문
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...
약 1년 전 | 답변 수: 0 | 0
0
답변질문
fliping of audio in GUI
In this part I have recorded an audio using mic, now I want to flip it.
약 1년 전 | 답변 수: 1 | 0
1
답변질문
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.
약 1년 전 | 답변 수: 0 | 0
0
답변질문
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.
약 1년 전 | 답변 수: 0 | 0
0
답변질문
compress audio signal recorded in GUI
function pushbutton_Callback(hObject, eventdata, handles) r=audiorecorder; recordblocking(r,5); play(r); mr=getaudiodata(r);...
약 1년 전 | 답변 수: 1 | 0
1
답변질문
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.
약 1년 전 | 답변 수: 1 | 0