Karthik14590


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
18,710
of 301,741

평판
2

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
2

순위
 of 21,403

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,316

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 1

1

답변