photo

Danijel


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
2 回答

ランク
8,636
of 300,853

評判
5

コントリビューション
5 質問
2 回答

回答採用率
60.0%

獲得投票数
4

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Using sinc() in a filter desing
This works: 2*fc * sinc(2*fc*(n-L/2))

8年弱 前 | 0

| 採用済み

質問


Using sinc() in a filter desing
In order to design a filter (windowing method), I first generate my sinc function like so: L = 20; fc = 0.25; n = (1:...

8年弱 前 | 1 件の回答 | 1

1

回答

質問


Changing real part of complex number?
I have an array of compelx numbers. I'd like to change the real part of the 34th array member to zero. This code doesn't work:...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


audiorecorder is "not intended for long recordings". What is?
Hi, I need to do a continious, long audio recording. I tried |audiorecorder| object, set up a callback using |TimerFcn| a...

8年以上 前 | 1 件の回答 | 1

1

回答

回答済み
Replicating crossoverFilter() by using butter() and filter()
OK, figured it out. I used 'CrossoverSlopes', 12,... which is wrong for my use case where I have two 2nd order Butter...

9年弱 前 | 1

質問


Replicating crossoverFilter() by using butter() and filter()
How do I replicate Matlab crossoverFilter() from Audio Toolbox by using standard butter() and filter() functions? I used par...

9年弱 前 | 1 件の回答 | 1

1

回答

質問


C equivalent to MATLAB “filter”?
Why is my MATLAB "filter" giving different result than equivalent C code? MATLAB: [B_coeffs, A_coeffs ] = butter(4, 1...

約9年 前 | 1 件の回答 | 0

1

回答