photo

matt


Last seen: 2 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
4 个回答

排名
126,855
of 297,503

声誉
0

贡献数
2 个提问
4 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Is the DFT or PSD length dependent?
Is the DFT amplitude dependent on the length of the time signal being analyzed? Do I need to know the length and sampling rate ...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
Stacked bar graph for low and high case in different scenarios
y = [2 2 3; 2 5 6; 0 0 0; 2 8 9; 2 11 12]; bar(y,'stacked') xticks([1.5 4.5]) xticklabels({'case 1','case 2'}) Adding la...

2 years 前 | 0

已回答
Discrete Time Plotting x[n]+x[-n] Using Stem
The question is unclear in definiton of signal. assuming x[n] = u[n]-u[n-1], u[n] is heavyside function, function to plot is y[n...

2 years 前 | 0

已回答
Filtering noise from an audio file
Limit bandwidth to region of highest signal strength in clean audio. [Clean, Fs2] = audioread('expected.m4a'); [sample_d...

2 years 前 | 0

已回答
My code is giving me a straight line for values of N other than 5
Define k as symbolic before defining b and ck. In your posted code, when the for loop is entered, k=N=2 so ck = (cos(2*pi)-1)=0 ...

2 years 前 | 0

提问


Interpolation of cross-correlation from zero padded idft of power spectrum shows odd behavior
Hello, I'm trying to interpolate the cross correlation between two singals by zero padding the ifft of the signals' PSD. Can an...

2 years 前 | 1 个回答 | 0

1

个回答