Statistics
2 Questions
0 Answers
RANK
271,074
of 300,584
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,030
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,680
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
Question
how to solve image process error using MATLAB
Loading Images, converting color image to grayscale, writing the image into a file A='D:\.. ..\img1.bmp'; B=imread(A,'bmp'); ...
3 years ago | 1 answer | 0
1
answerQuestion
how to represent signal
#y = sin(2*pi*50*t) + 2*sin(2*pi*120*t); t = (0:0.001:1)'; y = sin(2*pi*50*t) + 2*sin(2*pi*120*t); yn = y + 0.5*randn(size(t)...
3 years ago | 1 answer | 0