REVIEW 4 major objections 6 minor 1 cited by
On Designing Modulation for Over-the-Air Computation -- Part II: Pyramid Sampling
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Pyramid sampling reduces digital over-the-air computation encoder design from checking all $q^K$ superimposed symbol combinations to $\mathcal{O}(q^{K-p+1})$ representative histograms, and at $p=K$ leaves only $q$ consensus points that…
desk verdict The advertised O(q^{K-p+1}) complexity reduction rests on a false cardinality count and a sampling set that is empty for many p, but the qualitative pyramid idea and the p=K majority scheme are salvageable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the level-$p$ pyramid-sampling set $\Omega_p$, the sub-lattice of input histograms whose bin counts are all multiples of $p$; histograms are the right domain because a symmetric function depends only on counts per quantization level. Sampling on this lattice is what turns an $\mathcal{O}(q^K)$ constraint set into an $\mathcal{O}(q^{K-p+1})$ one. Two supporting identities carry the counting: the balls-and-bins count $\binom{K+q-1-p}{q-1}$ for each transition set, summed by the hockey-stick binomial identity into $\binom{K+q-1}{q}$, and the structural fact that at $p=K$ each received sum is $K$ times a single constellation point, which makes overlap impossible.
What would settle it
Set $K=3$, $q=4$, and $p=2$. The claimed cardinality formula gives $\binom{3-2+4}{3}=10$ sampled histograms, but a valid histogram must have every bin count in $\{0,2,4,\ldots\}$ and those counts must sum to $3$; no such histogram exists, so the actual sampled set is empty. Running the proposed complexity analysis on this example—where the formula's prediction and the actual count disagree—settles whether the central claim holds as stated.
Extended reading notes
Core claim
Pyramid sampling is defined on the histogram of the $K$ quantized inputs, which is legitimate because the aggregation function is symmetric and therefore depends only on how many nodes chose each of the $q$ quantization levels. The full histogram domain $\Omega$ has $\binom{K+q-1}{q-1}$ elements, growing as $\mathcal{O}(q^K)$; the level-$p$ sub-domain $\Omega_p$ allows only bin counts that are multiples of $p$ and has cardinality $\binom{K-p+q}{q-1}=\mathcal{O}(q^{K-p+1})$. Solving the Part I max–min constellation optimization over $\Omega_p$ instead of $\Omega$ yields a design whose retained points are separated according to the function values, and the paper proves that at $p=K$ the $q$ agreement histograms produce received sums $K x(i)$ that are distinct whenever the $q$ transmit points $x(i)$ are distinct, so destructive overlaps are impossible by construction. Its Proposition 1 formalizes the payoff: using modulation level $q^K$ at $p=K$ makes the normalized sampling error a factor $K/q^{K-1}$ of the exhaustive design's error with design-cost ratio $\mathcal{O}(K/((q-1)\log_q K))$, while using level $qK$ matches the exhaustive error exactly at cost ratio $\mathcal{O}(1/(q-1))$. Simulations over sum, product, and max functions confirm that moderate $p$ reaches the quantization error floor with orders-of-magnitude fewer constraints.
Load-bearing premise
The paper's complexity count silently assumes that the sampling order $p$ divides the number of nodes $K$; when $K$ is not a multiple of $p$, the sampled input set can be empty and the claimed speedup has no optimization to run on.
Editorial extensions
If this is right
- Moderate sampling orders preserve the large-scale geometry of the designed constellation: in the paper's product-function experiment with $K=16$, $q=8$, increasing $p$ from 1 to 8 cuts the constraint count from $\mathcal{O}(q^{16})$ to $\mathcal{O}(q^2)$ while only one pair of constellation points collides.
- At $p=K$, any standard modulation format can be used without overlap, and the design problem reduces from an intractable $\mathcal{O}(q^K)$-constraint optimization to a linear-in-$q$ problem; one-bit over-the-air aggregation and balanced-vote aggregation appear as special cases.
- Proposition 1 implies that raising the modulation level at $p=K$ can either beat the accuracy of an exhaustive low-level design at comparable cost or match its accuracy at a fraction $\mathcal{O}(1/(q-1))$ of the cost.
- For the sum function, the optimal constellation is PAM for every sampling order, so sampling does not change the optimum for that function.
- The end-to-end accuracy at high SNR is dominated by the quantization floor of the sampler, while at low SNR the modulation's minimum distance governs robustness, with rectangular QAM outperforming hexagonal and PAM in the simulations.
Reading between the lines
- Editorial inference — Because the argument only uses histogram symmetry and Lipschitz dependence, the same complexity–accuracy trade-off should extend to other symmetric aggregates such as medians, variance, and order statistics, which the paper does not simulate.
- Editorial inference — The exact cardinality formula needs $p$ to divide $K$; a practical version of the scheme for network sizes where $K$ is not a multiple of $p$ would have to round counts to the nearest valid lattice or randomize the sampling, which the paper does not spell out.
- Editorial inference — The $p=K$ receiver is effectively a vote over constellation indices, so the problem becomes a conventional point-to-point codebook design; this suggests layering standard channel codes or shaping schemes on top of the consensus constellation, a direction the paper only gestures at in its conclusion.
- Editorial inference — A natural stress test is to replace pyramid sampling with a random subset of constraints of the same size; if random subsets match pyramid performance, the exact lattice structure is not what is buying the accuracy.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes pyramid sampling for digital over-the-air computation under symmetric aggregation. The idea is to constrain the constellation design to histograms whose bin counts are multiples of a sampling order p, thereby reducing the number of constraints in the max-min constellation design problem. The paper claims that this reduces encoder-design complexity from O(q^K) to O(q^{K-p+1}), introduces majority-based sampling (p=K) as a special case that uses only q consensus points, and supports the approach with simulations for sum, product, geometric-mean, and max functions. The central combinatorial statement underlying the complexity reduction is, however, incorrect.
Significance. If the complexity claim were correct, the framework would be valuable: it unifies several existing digital OAC schemes as special cases, permits standard modulation formats without overlap constraints in the p=K regime, and offers a principled complexity-accuracy trade-off. The paper is not fitting parameters to data; the analysis is analytical and the simulations are used to illustrate qualitative behavior. The majority-based sampling idea is intuitive and likely useful. However, the stated quantitative contribution depends on a false cardinality formula for the sampling set, so the headline complexity reduction and the general trade-off curves are not established as written.
major comments (4)
- [Definition 1, Eq. (7)] The claimed cardinality |Ωp| = C(K-p+q, q-1) is false for the set defined in (7). Since every h_j must be a multiple of p, writing h_j = p m_j gives Σ_j m_j = K/p, so the set is empty unless p divides K, and when it is nonempty the count is C(K/p + q - 1, q - 1). For example, K=3, q=4, p=2 gives an empty set, not C(5,3)=10; for K=16, q=8, p=8 the printed formula gives C(16,7)=11440, whereas the true count is C(9,7)=36. Because Eq. (14), the complexity discussion, Figure 4, and the headline O(q^{K-p+1}) all rely on this count, the central reduction claim is unsupported and the method is undefined for non-dividing p.
- [Eq. (14) and Figure 4] The general complexity-accuracy trade-off is based on log|Ωp|. With the corrected cardinality, for p | K and fixed K while q grows, log|Ωp| ≈ (K/p) log q, not (K-p+1) log q. Thus δ(p)/δ(1) does not behave as suggested by the O(q^{K-p+1}) formula, and Figure 4 needs to be recomputed. The special p=K case used in Proposition 1 may survive, because |Ω_K| = q is correct, but the general pyramid-sampling complexity claim for intermediate p is not established.
- [Proposition 2, Eq. (19)] The proof asserts that Ω_p ⊆ Ω_{p'} for every p' ≤ p, but this inclusion follows from the definition only when p' divides p. For instance, for p=3 and p'=2, the histogram (3,0,0) is in Ω_3 but not in Ω_2. Consequently, the statement that constraints satisfied for sampling order p automatically prevent overlaps for all lower orders p' ≤ p is not proved. The proposition needs a divisibility condition or a different nesting argument.
- [Lemma 1 and Eq. (32)] The count |S^{(p)}_{i,j}| = C(K+q-1-p, q-1) does not match the definition in (20). Once p labelled coordinates are fixed to transition from i to j, each of the remaining K-p coordinates can take any of q values, giving q^{K-p} pairs, not a stars-and-bars count. For example, K=3, q=3, p=1 gives 9 pairs, not C(4,2)=6. The union over p therefore has size (q^K - 1)/(q - 1), not C(K+q-1, q), and the claimed 1/|S_{i,j}| constraint-reduction factor in Section III-A is incorrect.
minor comments (6)
- [Section IV, Figure 5] The legend in Figure 5 lists the scheme 'p=K, qK' twice, which makes the comparison difficult to read.
- [Eq. (24)] Eq. (24c) contains 'gp0,2q = gp0,2q'; the intended relation is presumably gp0,2q = gp2,0q.
- [After Eq. (7)] The sentence 'the cardinality of Ωp is p(K+q-1 q-1)' appears to have a formatting error, and the parenthetical 'where Ω1 indicates the whole input domain' should be phrased as 'for p=1, Ω1 = Ω'.
- [Figure 4 caption] The caption says q ∈ {4,32,64} while the text says q ∈ {4,32,64,128}; these should be reconciled.
- [Proposition 1 and Appendix B] The notation 'qK' is used both for the product q·K and for q^K in Proposition 1, Figure 5, and Appendix B; using an explicit superscript would remove the ambiguity.
- [Section IV, Figure 5 discussion] The authors correctly note that the computation-error comparison assumes an ideal channel; this limitation should be stated at the start of the experiment rather than only after the results, since the figure could otherwise be misread as an end-to-end OAC comparison.
Circularity Check
No significant circularity: complexity and overlap-avoidance claims are derived in-paper from Definition 1 and Proposition 3; self-citations to Part I and ChannelComp are published background, not load-bearing support.
full rationale
The paper's central claims—that pyramid sampling reduces encoder-design complexity from O(q^K) to O(q^{K-p+1}) and that majority-based sampling (p = K) confines aggregation to q consensus points while avoiding destructive overlaps—are derived in-paper, not imported from the authors' prior work: the complexity bound follows from counting the set Ω_p defined in Definition 1, and the overlap-avoidance follows from Proposition 3's direct proof that the received sum equals K·x(i) and that distinct constellation points remain distinct after scaling by K. No parameter is fitted to data and then renamed a prediction; the trade-off metrics δ(p) and ε(p) are computed from their definitions, and the MSE curves in Figures 8-10 are genuine Monte Carlo evaluations of the designed constellations. The self-citations are background rather than load-bearing: ChannelComp [10] is a published, peer-reviewed IEEE Trans. Commun. paper whose Lemma 1 (used in Proposition 2) qualifies as independent support, the communication model is re-reviewed in Section II, and Remark 1's PAM-invariance claim, delegated to 'similar steps as in [9]', is corroborated by the paper's own Figure 8(a) simulation. The unification of OBDA, FSK voting, and balanced-vote schemes as special cases of majority sampling is presented transparently as a unifying perspective, not as a derived prediction. The complexity reduction is definitional to the sampling construction (the optimization's constraint count is the size of the chosen subset), but the paper states this openly as the method's design, and the count is a combinatorial derivation from Definition 1 rather than a hidden fit. A caveat for correctness, not circularity: the printed cardinality |Ω_p| = C(K-p+q, q-1) is wrong (Ω_p is empty when p does not divide K, and the true count for p|K is C(K/p+q-1, q-1)), so the quantitative complexity claims and Figure 4 need correction, but the derivation chain is a definition-to-count-to-complexity argument, not an equivalence of inputs and outputs. Overall, the derivation is self-contained and no circular step was found.
Assumptions & free parameters
assumptions (5)
- domain assumption The aggregation function g is symmetric in its K input arguments, so it depends only on the histogram of quantized values.
- domain assumption All nodes share the same input alphabet X with |X|=q and use a common encoder.
- ad hoc to paper The sampling order p divides K, so each histogram bin count can be a multiple of p while still summing to K.
- ad hoc to paper The cardinality |Ωp| = C(K-p+q, q-1) holds for the set defined in (7).
- domain assumption The function g is L-Lipschitz under the ℓ8 norm on histograms, and inputs lie in [0,1] with uniform quantization.
Cite this review
Pith. "Pith review of On Designing Modulation for Over-the-Air Computation -- Part II: Pyramid Sampling." pith.science (2026). https://pith.science/paper/ZNNY5HMQ
@misc{pith2026250616208,
author = {Pith},
title = {Pith review of: On Designing Modulation for Over-the-Air Computation -- Part II: Pyramid Sampling},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZNNY5HMQ}},
note = {Machine review of arXiv:2506.16208}
}
abstract
Over-the-air computation (OAC) harnesses the natural superposition of wireless signals to compute aggregate functions during transmission, thereby collapsing communication and computation into a single step and significantly reducing latency and resource usage. In Part I, digital OAC was formulated as a noise-aware constellation design problem by casting encoder design as a max-min optimization that aligns minimum Euclidean distances between superimposed constellation points with squared differences of their corresponding function outputs. In this paper, Part II, we address the prohibitive complexity and quantization challenges inherent in digital OAC constellation design for large-scale edge networks. More precisely, we introduce a pyramid sampling strategy that judiciously selects a subset of superimposed constellation points to reduce the encoder design complexity from $\mathcal{O}(q^K)$ to $\mathcal{O}(q^{K-p+1})$, where $p\in\{1,\dots, K\}$ denotes the sampling order, $q$ levels of modulation, and $K$ denotes the number nodes in the network. Under the assumption of symmetric aggregation, this approach enables a controlled trade-off between computational complexity and function computation accuracy. As a special case, we propose majority-based sampling ($p=K$), which confines aggregation to only $q$ consensus points, inherently avoiding destructive overlaps and permitting the use of standard digital modulations (e.g., QAM, PSK, ASK) without bespoke constellation designs. We also show via several simulations, across various aggregation functions, modulation levels, and noise levels, that moderate sampling orders attain acceptable performance with orders-of-magnitude fewer constraints than exhaustive designs.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 1 Pith paper
-
On Designing Modulation for Over-the-Air Computation -- Part I: Noise-Aware Design
A noise-aware max-min criterion for digital OAC constellation design yields noise-tailored distance metrics that generally reduce computation error, though the gains depend on the target function and noise regime.
Reference graph
Works this paper leans on
-
[1]
Communication-efficient learning of deep networks from decentralized data,
B. McMahan et al., “Communication-efficient learning of deep networks from decentralized data,” inArtificial Intelligence and Statistics. PMLR, 2017, pp. 1273–1282
work page 2017
-
[2]
Federated learning over wireless fading channels,
M. M. Amiri and D. G ¨und¨uz, “Federated learning over wireless fading channels,” IEEE Trans. Wireless Commun. , vol. 19, no. 5, pp. 3546– 3557, 2020. 13
work page 2020
-
[3]
Blind feder- ated learning via over-the-air q-QAM,
S. Razavikia, J. M. B. Da Silva J ´unior, and C. Fischione, “Blind feder- ated learning via over-the-air q-QAM,” IEEE Trans. Wireless Commun., pp. 1–1, 2024
work page 2024
-
[4]
Harnessing interference for analog function computation in wireless sensor networks,
M. Goldenbaum, H. Boche, and S. Sta ´nczak, “Harnessing interference for analog function computation in wireless sensor networks,” IEEE Trans. Sig. Proc., vol. 61, no. 20, pp. 4893–4906, 2013
2013
-
[5]
Over-the-air computation for IoT networks: Computing multiple functions with antenna arrays,
L. Chen, N. Zhao, Y . Chen, F. R. Yu, and G. Wei, “Over-the-air computation for IoT networks: Computing multiple functions with antenna arrays,” IEEE Internet of Things J. , vol. 5, no. 6, pp. 5296– 5306, 2018
2018
-
[6]
Wireless for machine learning: A survey,
H. Hellstr ¨om, J. M. B. da Silva Jr, M. M. Amiri, M. Chen, V . Fodor, H. V . Poor, and C. Fischione, “Wireless for machine learning: A survey,” Foundations and Trends® in Signal Processing, vol. 15, no. 4, pp. 290– 399, 2022
2022
-
[7]
A survey on over-the-air computation,
A. S ¸ahin and R. Yang, “A survey on over-the-air computation,” IEEE Communications Surveys & Tutorials , pp. 1–1, 2023
2023
-
[8]
Waveforms for computing over the air,
A. P ´erez-Neira, M. Martinez-Gost, A. S ¸ahin, S. Razavikia, C. Fischione, and K. Huang, “Waveforms for computing over the air,” arXiv preprint arXiv:2405.17007, 2024
arXiv 2024
Show all 39 references
-
[9]
On designing modulation for over- the-air computation — Part I: Noise-aware design,
S. Razavikia and C. Fischione, “On designing modulation for over- the-air computation — Part I: Noise-aware design,” arXiv preprint arXiv:2506.15950, 2025
2025 arXiv
-
[10]
ChannelComp: A general method for computation by communications,
S. Razavikia, J. M. B. Da Silva J ´unior, and C. Fischione, “ChannelComp: A general method for computation by communications,” IEEE Trans. on Commun., vol. 72, no. 2, pp. 692–706, 2023
2023
-
[11]
N. J. Higham, Accuracy and stability of numerical algorithms . SIAM, 2002
2002
-
[12]
ISO/IEC/IEEE International Standard - Floating-point arithmetic, 2020
2020
-
[13]
Quantization of deep neural networks for accurate edge computing,
W. Chen, H. Qiu, J. Zhuang, C. Zhang, Y . Hu, Q. Lu, T. Wang, Y . Shi, M. Huang, and X. Xu, “Quantization of deep neural networks for accurate edge computing,” ACM Journal on Emerging Technologies in Computing Systems, vol. 17, no. 4, pp. 1–11, 2021
2021
-
[14]
One-bit over-the-air aggregation for communication-efficient federated edge learning: Design and convergence analysis,
G. Zhu, Y . Du, D. G ¨und¨uz, and K. Huang, “One-bit over-the-air aggregation for communication-efficient federated edge learning: Design and convergence analysis,” IEEE Trans. Wireless Commun. , vol. 20, no. 3, pp. 2120–2135, 2020
2020
-
[15]
Distributed learning over a wireless network with non- coherent majority vote computation,
A. S ¸ahin, “Distributed learning over a wireless network with non- coherent majority vote computation,” IEEE Trans. Wireless Commun. , 2023
2023
-
[16]
Broadband digital over-the-air computation for wireless federated edge learning,
L. You, X. Zhao, R. Cao, Y . Shao, and L. Fu, “Broadband digital over-the-air computation for wireless federated edge learning,” IEEE Transactions on Mobile Computing, vol. 23, no. 5, pp. 5212–5228, 2023
2023
-
[17]
Over-the-air majority vote computation with modulation on conjugate-reciprocal zeros,
A. S ¸ahin, “Over-the-air majority vote computation with modulation on conjugate-reciprocal zeros,” IEEE Trans. Wireless Commun. , 2024
2024
-
[18]
Type based estimation over multiaccess channels,
G. Mergen and L. Tong, “Type based estimation over multiaccess channels,” IEEE Trans. Sig. Proc. , vol. 54, no. 2, pp. 613–626, 2006
2006
-
[19]
Over-the-air computation over balanced numer- als,
A. S ¸ahin and R. Yang, “Over-the-air computation over balanced numer- als,” in IEEE Globecom Workshops, 2022
2022
-
[20]
Radix-partition-based over-the-air aggregation and low-complexity state estimation for IoT systems over wireless fading channels,
M. Tang, S. Cai, and V . K. Lau, “Radix-partition-based over-the-air aggregation and low-complexity state estimation for IoT systems over wireless fading channels,” IEEE Trans. Sig. Proc. , vol. 70, pp. 1464– 1477, 2022
2022
-
[21]
Massive digital over-the-air computation for communication-efficient federated edge learning,
L. Qiao, Z. Gao, M. B. Mashhadi, and D. G ¨uund¨uz, “Massive digital over-the-air computation for communication-efficient federated edge learning,” IEEE Journal on Selected Areas in Communications , vol. 42, no. 11, pp. 3078–3094, 2024
2024
-
[22]
SumComp coding: Digital over-the-air computation via the ring of integers,
S. Razavikia, J. M. B. Da Silva J ´unior, and C. Fischione, “SumComp coding: Digital over-the-air computation via the ring of integers,” IEEE Trans. on Commun. , 2024
2024
-
[23]
A novel channel coding scheme for digital multiple access computing,
X. Yan, S. Razavikia, and C. Fischione, “A novel channel coding scheme for digital multiple access computing,” inIEEE International Conference on Communications, 2024, pp. 3851–3857
2024
-
[24]
Remac: Digital multiple access computing by repeated transmis- sion,
——, “Remac: Digital multiple access computing by repeated transmis- sion,” IEEE Trans. on Commun. , pp. 1–1, 2025
2025
-
[25]
Multi-task over-the-air fed- erated learning in cell-free Massive MIMO systems,
C. Chen, E. Bj ¨ornson, and C. Fischione, “Multi-task over-the-air fed- erated learning in cell-free Massive MIMO systems,” arXiv preprint arXiv:2501.17874, 2025
2025 arXiv
-
[26]
Computing functions over-the-air using digital modulations,
S. Razavikia, J. M. B. Da Silva J ´unior, and C. Fischione, “Computing functions over-the-air using digital modulations,” in IEEE ICC , 2023, pp. 5780–5786
2023
-
[27]
Distributed learning over a wireless network with FSK-based majority vote,
A. S ¸ahin, B. Everette, and S. S. M. Hoque, “Distributed learning over a wireless network with FSK-based majority vote,” in International Conference on Advanced Communication Technologies and Networking. IEEE, 2021, pp. 1–9
2021
-
[28]
Blind asynchronous over-the-air federated edge learning,
S. Razavikia, J. A. Peris, J. M. B. Da Silva, and C. Fischione, “Blind asynchronous over-the-air federated edge learning,” in IEEE Globecom workshop, 2022, pp. 1834–1839
2022
-
[29]
Timely and painless breakups: Off-the-grid blind message recovery and users’ demixing,
S. Daei, S. Razavikia, M. Skoglund, G. Fodor, and C. Fischione, “Timely and painless breakups: Off-the-grid blind message recovery and users’ demixing,” IEEE Trans. Info. Theo., vol. 71, no. 7, pp. 5226–5257, 2025
2025
-
[30]
Optimal receive filter design for misaligned over-the-air computation,
H. Hellstr ¨om, S. Razavikia, V . Fodor, and C. Fischione, “Optimal receive filter design for misaligned over-the-air computation,” in IEEE Globecom Workshops (GC Wkshps) , 2023, pp. 1529–1535
2023
-
[31]
Waveform design for over- the-air computing under sampling error,
N. G. Evgenidis, N. A. Mitsiou, S. A. Tegos, P. D. Diamantoulakis, P. Sarigiannidis, and G. K. Karagiannidis, “Waveform design for over- the-air computing under sampling error,” in 2024 7th International Balkan Conference on Communications and Networking, 2024, pp. 132– 136
2024
-
[32]
Accurate and efficient 2-bit quantized neural networks,
J. Choi, S. Venkataramani, V . V . Srinivasan, K. Gopalakrishnan, Z. Wang, and P. Chuang, “Accurate and efficient 2-bit quantized neural networks,” Proceedings of Machine Learning and Systems , vol. 1, pp. 348–359, 2019
2019
-
[33]
Deep sets,
M. Zaheer, S. Kottur, S. Ravanbakhsh, B. Poczos, R. R. Salakhutdinov, and A. J. Smola, “Deep sets,” Advances in neural information processing systems, vol. 30, 2017
2017
-
[34]
Over-the-air computation based on balanced number systems for federated edge learning,
A. S ¸ahin, “Over-the-air computation based on balanced number systems for federated edge learning,” IEEE Trans. Wireless Commun. , vol. 23, no. 5, pp. 4564–4579, 2023
2023
-
[35]
Codes over Gaussian integers,
K. Huber, “Codes over Gaussian integers,” IEEE Trans. on Info. Theory, vol. 40, no. 1, pp. 207–216, 1994
1994
-
[36]
On optimal shaping of multidimensional constellations,
R. Laroia, N. Farvardin, and S. A. Tretter, “On optimal shaping of multidimensional constellations,” IEEE Trans. Info. Theo., vol. 40, no. 4, pp. 1044–1056, 1994
1994
-
[37]
Optimal mappings for joint source channel coding,
E. Akyol, K. Rose, and T. Ramstad, “Optimal mappings for joint source channel coding,” in IEEE Information Theory Workshop on Information Theory, 2010, pp. 1–5
2010
-
[38]
Mitzenmacher and E
M. Mitzenmacher and E. Upfal, Probability and computing: Random- ization and probabilistic techniques in algorithms and data analysis . Cambridge university press, 2017
2017
-
[39]
Generalized hockey stick identities and N-dimensional blockwalking,
C. H. Jones, “Generalized hockey stick identities and N-dimensional blockwalking,” The Fibonacci Quarterly , vol. 34, no. 3, pp. 280–288, 1996
1996
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.