You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sample spacing between individual samples of the Fourier transform input. Default: ``1.0``.
578
+
dtype: Optional[dtype]
579
+
output array data type. Must be a real-valued floating-point data type. If ``dtype`` is ``None``, the output array data type must be the default real-valued floating-point data type. Default: ``None``.
571
580
device: Optional[device]
572
581
device on which to place the created array. Default: ``None``.
573
582
574
583
Returns
575
584
-------
576
585
out: array
577
-
an array of shape ``(n,)`` containing the sample frequencies. The returned array must have the default real-valued floating-point data type.
586
+
an array of shape ``(n,)`` containing the sample frequencies.
sample spacing between individual samples of the Fourier transform input. Default: ``1.0``.
624
+
dtype: Optional[dtype]
625
+
output array data type. Must be a real-valued floating-point data type. If ``dtype`` is ``None``, the output array data type must be the default real-valued floating-point data type. Default: ``None``.
608
626
device: Optional[device]
609
627
device on which to place the created array. Default: ``None``.
610
628
611
629
Returns
612
630
-------
613
631
out: array
614
-
an array of shape ``(n//2+1,)`` containing the sample frequencies. The returned array must have the default real-valued floating-point data type.
632
+
an array of shape ``(n//2+1,)`` containing the sample frequencies.
0 commit comments