photo

Vilnis Liepins


Last seen: 1 month 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
9 个回答

File Exchange

1 文件

排名
3,262
of 299,830

声誉
18

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
2

排名
1,608 of 20,813

声誉
1,164

平均
4.80

贡献数
1 文件

下载次数
6

ALL TIME 下载次数
10869

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已提交


Extended DFT
Program EDFT produce high-resolution N-point DFT for N greater than the length of data vector X.

4 months 前 | 6 次下载 |

4.8 / 5
Thumbnail

已回答
plomb ifft sequence??? please help me!!!!
I suggest to try Extended DFT available on fileexchange https://www.mathworks.com/matlabcentral/fileexchange/11020-extended-dft ...

11 months 前 | 0

已回答
Adjoint / inverse nufft
Hi Victor, You can improve the inverse of NUFFT if take into account that the length of signal in time is 700.5 sec and choose,...

2 years 前 | 1

| 已接受

已回答
Use nufft in stft - Non-uniform sampling for use in spectrogram for a time-series analysis
Hi mack, As an alternative approach to 'nufft' you can try 'edft' function available on fileexchange Extended DFT - File Excha...

2 years 前 | 0

已回答
MATLAB Fouriertransform with nunequidistant values
You can apply File Exchange program 'nedft' available on <https://se.mathworks.com/matlabcentral/fileexchange/11020-extended-dft...

7 years 前 | 0

已回答
Hi. Could you give me some advice on how to import some txt data in MAtlab and perform FFT on the data?
Hi Angelo, If the above recommendations do not help you to get the DFT of your data then you could explore one more option - ...

7 years 前 | 0

已回答
Could you please let me know how to write code to draw the power spectral density (PSD) vs frequency for my data? Thanks.
Hi Ray, Your data are: amplitude=[0.707 0.694 0.703 0.699 0.694 0.686 0.686 0.706 0.713 0.719 0.704 0.69 0.697 0.702 0.705...

7 years 前 | 1

| 已接受

已回答
How do I convert a time domain signal to frequency domain?
Actually they are specified in your post: >> value = [42007935 111212895 184546560 238219725 238219725 184546560 111212895 42...

11 years 前 | 0

已回答
How do I convert a time domain signal to frequency domain?
Hello, To convert nonuniform time domain data to frequency domain you can use Extended DFT (program NEDFT.m) available on fil...

11 years 前 | 0

已回答
how to extend time after fft ?
You can try edft.m on fileexchange http://www.mathworks.com/matlabcentral/fileexchange/11020-extended-dft ifft(edft(YourData,...

12 years 前 | 0

| 已接受