Statistics
3 Questions
0 Answers
RANK
114,088
of 301,213
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
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
Feeds
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...
14 years ago | 0 answers | 0
0
answersQuestion
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...
14 years ago | 1 answer | 0
1
answerQuestion
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...
14 years ago | 2 answers | 0
