DOHYUN JANG - MATLAB Central
photo

DOHYUN JANG


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/19 to 04/25Use left and right arrows to move selectionFrom 11/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
157,784
of 298,292

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


separating two mixed audio file using low pass filter and carrier frequency
This is how the file made, two audio files mixed together with the process of applying low pass filter and carrier frequency. ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


how to change these parts to 0??
This is the picture of a gray image after DCT porcess. I want make other 4 images which are : 1. make part 1 in picture to 0 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


if I dct a gray image and then Idct, isnt it should be the original gray image?
A=imread('yachae.jpg'); B=rgb2gray(A); DCTB=dct2(B); IDCTB=idct2(DCTB); imshow(IDCTB); isnt it should be the original image...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how can i make such an image by apllying DC processing?
input image is a 256X256 gray image, and I used dct2 to make a DCT image. then professor said I should set DC 32 X 32 =0 and I...

5 years 前 | 2 个回答 | 0

2

个回答

提问


how can I make these image?
no11=imread('no1.jpg'); no22=imread('no2.jpg'); bno1 = rgb2gray(no11); bno2 = rgb2gray(no22); subplot(2,2,1); imshow(bno1); ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how can I make this nonstationary signal's dft graph?
how can i make such a signal graph with 5hz, 20hz, 50hz and 1000 smapling frequency?

5 years 前 | 1 个回答 | 0

1

个回答

提问


how can I seperate magnitude and phase from an image using 2d dft?(fft2)
when you activate the file. four image should appear like this. img1, img2, img1 magnitude + img2 phase , img1 ph...

5 years 前 | 1 个回答 | 0

1

个回答