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