Community Profile

photo

Arnab Ray


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Program to find the deconvolution of two sequences.
Please help me with the code to find the deconvolution of two finite sequences h(n) and y(n). I have written the following c...

12 years ago | 0 answers | 0

0

answers

Question


Error in using fir1() function
I have written the following code for an FIR filter design. clc; close all; clear all; fp=input('enter the pass ba...

12 years ago | 1 answer | 0

1

answer

Question


Error While Using the butter() function for IIR Butterworth filter design
I am using Matlab 2012a. My code for the design of IIR Butterworth filter is: clc clear all Fs=1000; fc=300; W...

12 years ago | 2 answers | 0

2

answers