Feeds
提问
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...
13 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
