Karthik14590


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
18,710
of 301,200

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
2

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,339

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to design a simple Low pass filter with equiripple window function and cut off freq at 200 hz . Could somebody please help me how to design low pass filter for below code?
clc; clear all; close all; t=1:0.01:5; x=2*sin(1000*t)+2*sin(500*t); subplot(4,1,1); plot(t,x); fs=2000; nfft=length(x);...

12 years ago | 1 answer | 0

1

answer

Question


How to find the Maximum frequency present in the signal x=2*sin(1000*t)+2*sin(500*t) ? and then how to plot FFT for to get the maximum frequecy peaks? ?
clc; clear all; close all; t=0:0.01:1; x=2*sin(1000*t)+2*sin(500*t); plot(t,x);

12 years ago | 0 answers | 0

0

answers

Question


How to find the Maximum frequency present in the signal?
I want to find the _Maximum frequency_ present in a _LFM or chirp signal_ , and I want to sample it. How to find the maximum fre...

12 years ago | 1 answer | 1

1

answer

Question


Do we need to sample a analog signal before taking FFT for it in MATLAB?
Consider y=sin(t), I want to take the FFT for it.Can I take the FFT for it without sampling? Is that the right way?

12 years ago | 1 answer | 0

1

answer

Question


What is the difference between RGB Image and Colormap?
What is the difference between RGB Image and Colormap? Why we need to use [X,map] = imread('trees.tif') in colormap when compare...

12 years ago | 1 answer | 1

1

answer