Community Profile

photo

Arham jain


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to plot fft outputs in frequency domain?
if you want to plot the magnitude use Y = abs(fft(BodyAccel_y)); if you want to plot phase use Y = angle(fft(BodyAccel_y));...

4 years ago | 1

Answered
Unrecognized function or variable 'gaussf'.
There is a gaussmf(x,parama) function in Fuzzy logic toolbox Check this link for more information. gaussmf

4 years ago | 0