Skip to main content

Questions tagged [compression]

This is for reducing the amount of data required to store a signal, whether lossy or lossless.

Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

If an earbuds can accept a maximum of 1 Mbps bandwidth connection for audio, can Stereo mode (not Joint Stereo) use the bandwidth more effectively and produce higher audio quality than Dual Channel ...
caulmseh's user avatar
  • 101
0 votes
1 answer
48 views

I only recently learned of the use of the vocoder as a vocal signal compression technique. However, I'm having trouble understanding how it actually reduces the size of whatever goes in. If I think of ...
Vijay Shastri's user avatar
0 votes
0 answers
28 views

I have a question regarding the solution of the Information Bottleneck (IB) method in the Gaussian setting. Suppose $(X, Y)$ is a pair of random variables jointly distributed according to a ...
Giorgio Bianchi's user avatar
0 votes
1 answer
52 views

I would like to ask you guys how to decode the source coding in telecommunication? I learned that at the Transmitter side, the Transmitter will use the source coding such as Shannon coding, Shannon-...
budapest tour's user avatar
3 votes
1 answer
149 views

I have some code to take coefficients of a signal with one of the DCT variants, then reconstruct with the inverse transform in this notebook. I'm seeing I can reconstruct a signal with better fidelity ...
Pavel Komarov's user avatar
1 vote
1 answer
66 views

Say I have files only available as "ogg vorbis", 44.1kHz at 128 kbps vbr - which are meant for archival, but not much storage for lossless was available at the time. These are to be kept for ...
user1847129's user avatar
0 votes
0 answers
54 views

I have recently experimentally learned that decorrelation does not necessarily imply good compression, but good compressions have the effect of data decorrelation. Since I cannot use autocorrelation ...
2 False's user avatar
  • 47
2 votes
1 answer
350 views

So I'm working on real time signal compression, and I need to come up with the best convolution to minimize the entropy of incoming data (which I will then compress), which I understand is achieved by ...
2 False's user avatar
  • 47
2 votes
2 answers
136 views

Consider the problem of lossily compressing a memoryless binary source $X \sim \operatorname{Bernoulli}\left(\frac{1}{2}\right)$ at target Hamming distortion $D < \frac{1}{2}$. According to the ...
nalzok's user avatar
  • 125
4 votes
0 answers
120 views

Let's say $X \sim N(0, 1)$ is a standard Gaussian input signal and $Y \sim U\{y_1, y_2, \cdots, y_{16}\}$ follows a discrete uniform distribution (in fact, $\{y_1, y_2, \cdots, y_{16}\}$ is a ...
nalzok's user avatar
  • 125
1 vote
0 answers
25 views

I am trying to implement the algorithm in this paper for finding a sparse vector x that minimizes the square error $\lVert y − \Phi x\rVert_2^2$ where $\Phi$ need to satisfy the restricted isometry ...
Simple's user avatar
  • 155
3 votes
1 answer
91 views

if we have a FIR with 100 coefficients, is there a method to "compress" the length? so for example, have a similar response with 50 coefficients? I am ok with the response degrading within ...
user2982010's user avatar
1 vote
0 answers
152 views

I have transmitted and received an OFDM-signal using the same ADALM-Pluto-SDR's Tx/Rx Antenna. I have used BPSK baseband modulation with symbol freq=312.5 KHz, L (length of ifft)=64, fsampling=fsym*L=...
Walkürie's user avatar
1 vote
1 answer
73 views

I am studying ADPCM and while I understand the concept I cannot find an explanation for some of the calculations in available implementations such as the one outlined here: ...
banus32's user avatar
  • 11
2 votes
2 answers
125 views

I am trying to compress some binary images i.e. images with bit depth equal to 1. For JPEG-XR encoder I used jxrlib but it is not able to compress the image. I am using specified format bmp. Even ...
Sahil Sharma's user avatar
3 votes
2 answers
238 views

The discrete cosine transform(DCT) is a popular choice for spectral analysis in audio, video, image compression algorithms. This is primarily due its efficient "spectral compaction" property ...
SakSath's user avatar
  • 685
2 votes
4 answers
697 views

I read on Wikipedia MP3 that the MP3 standard uses a modified discrete cosine transform. Why does it use a modified transform and not the original DCT like the JPEG standard? Are there reasons ...
Weier's user avatar
  • 181
2 votes
1 answer
224 views

Inspired by this question: Does a simple photograph contain more information than a complex painting? Say that I have a discrete representation of some physical object - eg an image file. What is the ...
Knut Inge's user avatar
  • 3,710
0 votes
2 answers
72 views

I'm dealing with bunch of .asc(ascii) files that are the output of continous monitoring of various electronic equipments for certification purposes. We monitor various parameters of the equipments ...
Sajeev Pillai's user avatar
3 votes
0 answers
58 views

Wikipedia: Huffman coding is optimal among all methods in any case where each input symbol is a known independent and identically distributed random variable having a probability that is dyadic. ...
Gideon Genadi Kogan's user avatar
0 votes
0 answers
26 views

This is the Huffman tree for word "stackexchange": How is this Huffman tree converted into electric voltages?
Sammy Matt's user avatar
2 votes
2 answers
611 views

This question is mostly related to jpeg compression and expected results when you read and save the same jpeg file several times. Let's say you have read an uncompressed image (originally it has never ...
Ozcan's user avatar
  • 264
3 votes
1 answer
89 views

I have a sparse vector $x \in \mathbb{R}^{N \times 1}$, it's real and positive, the non-zeros values are maximum $N/2$ values. It means, I have at least $N/2$ zeros values in $x$. My question, is it ...
Sajjad's user avatar
  • 433
1 vote
0 answers
41 views

I am trying to evaluate several methods to compress some 2D data points. The algorithm itself is not relevant, but from the output, I can compute the MSE and the number of points (which can be used to ...
mariolpantunes's user avatar
0 votes
2 answers
128 views

That an action is “idempotent” means if you do it several times, the effect is the same as if you do only once. Lossy audio compression by definition loses information. Even if you convert it back to ...
Long Horn's user avatar
-1 votes
1 answer
36 views

I am studying mpeg compression. Sources-: https://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/AV0506/s0561282.pdf https://fdocuments.net/document/video-compression-techniques-55849f2b11fba.html ...
viwgah's user avatar
  • 1
4 votes
1 answer
315 views

I try to understand that how to use arithmetic coding on images. For this, I code on MATLAB. I tell my understanding for arithmetic coding. If I misunderstood to this algorithm, please correct me. ...
bb0667's user avatar
  • 174
0 votes
4 answers
200 views

I'm looking to compress multiple mono sound tracks together, as one track (with loads of channels), however, I was wondering if this is stupid - because I may lose out on real compression, as these ...
Tobi's user avatar
  • 109
1 vote
1 answer
1k views

Assumed we have those three audio streams available for listening to: MP3 with a bitrate of 128 kbit/s ...
Dave's user avatar
  • 111
-1 votes
1 answer
47 views

Yesterday, I went hiking with friends who are all studying the same electronic engineering degree with me. During the hike, we talked about female classmates within our degree. Since there are only ...
galoischan's user avatar
0 votes
0 answers
67 views

I want to implement the algorithm from the paper DhyaaAlrahman Latef Thajel1, Kadhim Mahdi Hashim1 - A New Technique for Data Compression. However in section 3.1.1, it says that it needs a binary ...
Manveru's user avatar
  • 111
1 vote
2 answers
508 views

What are some instances of real-world sensors, cameras, filetypes, or datasets whose image compression method is (at least mostly-based on) the truncated-SVD?
Zim's user avatar
  • 153
2 votes
1 answer
93 views

I am about music audios. These can be compressed by different formats with different degree. (I.e. I don't mean the dynamic compression). After being compressed by a large degree (say 96kbps mp3) the ...
User42's user avatar
  • 87
1 vote
1 answer
115 views

I am new to DSP. So I have a noisy signal with some high-frequency components. I was able to characterize the statistical properties of this signal through a gaussian distribution. My aim is to run a ...
user244717's user avatar
3 votes
2 answers
223 views

I've got some pictures which i want to compress by using LZMA algorithm in Python. I'm using this implementation. I've tried to measure the entropy of an image by using skimage.measure.shannon_entropy ...
Francesco Binucci's user avatar
2 votes
2 answers
961 views

For a project I'm working on (master thesis), I need to figure out what is facebook's image compression algorithm. The goal: to be able to mimic facebook's image compression locally (using python). ...
user2679262's user avatar
0 votes
0 answers
83 views

Time compression/expansion (also called dilation) maps the input discrete signal $x$ to the output discrete signal $y$ as given by : $$ y[n]=x[\alpha n] $$ When $\alpha>1$, the signal experiences ...
B E I R U T's user avatar
0 votes
2 answers
99 views

Is there a specialized lossless compressor for sparse matrices, i.e. large fraction (>40%) of values == 0? LZ4 worked well on 1D signals, but now whether I feed a sparse 2D or an all-zeros array ...
OverLordGoldDragon's user avatar
0 votes
1 answer
281 views

I am trying to learn about KL Transform. I found this code. I am struggling to understand how does [v{m},d{m}]=eig(img_covariance); differ from ...
Suvi's user avatar
  • 53
2 votes
1 answer
47 views

I have a signal that isn't perfectly sparse and I would like to apply compressed sensing on it for lossy compression. However I would like to preserve specific section of the signal so that this "...
starter's user avatar
  • 23
-1 votes
1 answer
148 views

How does arithmetic coding work with images? I understand how it works with textual messages but I don't understand how it works with images. So with textual data, we use the probabilities of the ...
Suvi's user avatar
  • 53
2 votes
4 answers
1k views

Is this piece of text (written by me) true about Discrete Cosine Transform ? Discrete Cosine Transform (DCT) is a lossy data compression algorithm that is used in many compressed image and video ...
Suvi's user avatar
  • 53
0 votes
1 answer
596 views

I am working on an audio effect that passes it's input though the opus codec. I want the effect to be a VST, so I don't have control of the input buffer size and the sample rate. However, opus ...
user3639005's user avatar
1 vote
1 answer
714 views

I'm trying to convert .wav files (samples for a sampled instrument) into FLAC format. The .wav files have loop information in ...
Jeff Learman's user avatar
0 votes
1 answer
2k views

I have a bunch of phone interviews where there is large sound volume difference between two voices in some of the interview audios, because they were recorded only on one side of the phone. May I ask ...
Blue482's user avatar
  • 103
3 votes
3 answers
594 views

Wavelet based image denoising may be performed by thresholding (selecting a threshold value, and discarding all values below the threshold. Wavelet-based image compression may also be performed by a ...
Noha's user avatar
  • 133
2 votes
4 answers
2k views

So I am doing an image compression project for college and am trying to create a visual demonstration of how downsampling chrominance components can reduce the amount of digital information while ...
Watchmen1's user avatar
1 vote
0 answers
42 views

The first sequence of audio samples is recorded in JavaScript from the browser in mono, PCM format, 32-bit, and 96,000 Hz. I wrote this audio file as a blob to a server through a JavaScript FormData ...
user46041's user avatar
1 vote
2 answers
91 views

I would like to know, since I am not that knowledgeable in this subject, if this idea is feasible or widely implemented: If a data package is sent, I know parity-bytes are used to detect errors. ...
Lorenz Mohr's user avatar
1 vote
0 answers
34 views

Context: This is picture (taken with a smartphone*) of a copy of school test. The original answers were in black pencil and the professor made check marks in red. However, the parts of the answer ...
gjvnq's user avatar
  • 111