photo

Danijel


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
2 个回答

排名
8,675
of 300,997

声誉
5

贡献数
5 个提问
2 个回答

回答接受率
60.0%

收到投票数
4

排名
 of 21,134

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,289

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答