統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
