photo

Brian Aguilar


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
64,692
of 300,781

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Creating a chirp signal
create a chirp signal x1(t) that has the following property: • At time t = 0, the instantaneous frequency is 4.4 KHz. and then ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Using for loop for summation of sinusoids
Write a MATLAB function called harmonic to generate the signal r(t). The inputs to this function should be the scalar w0, contai...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Sampling in a time vector
I want to generate a time vector tt corresponding to a range of values of t that will cover approxi- mately two cycles of a 440 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Questions plot of phasors
I have attached an assignment that I am working on. I am having trouble getting the last section of it. its titled questions: pl...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Attempted to access A(2); index out of bounds because numel(A)=1
This is the for loop I am trying to use but I keep getting that error message saying Error, Attempted to access A(2); index...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to implement a for loop over a specified range?
Outputs: * t: time vector ranging from Start to End with a sampling rate of fs * X: sum of sinusoids over the specified rang...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to write an if statement that checks if array is real and positive?
I have an array called amplitude with an N*1 matrix, N is a positive and integer number This is my code: if sum(A<0)~=0 |...

10 years 前 | 1 个回答 | 0

1

个回答